equal
deleted
inserted
replaced
43 min-width: 30px; |
43 min-width: 30px; |
44 min-height: 30px; |
44 min-height: 30px; |
45 line-height: 1 !important; |
45 line-height: 1 !important; |
46 font-size: 18px; |
46 font-size: 18px; |
47 z-index: 5; |
47 z-index: 5; |
48 background: #0085ba !important; |
48 background: #3582c4 !important; |
49 border-radius: 50%; |
49 border-radius: 50%; |
50 border: 2px solid #fff; |
50 border: 2px solid #fff; |
51 box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15); |
51 box-shadow: 0 2px 1px rgba(60, 67, 74, 0.15); |
52 text-align: center; |
52 text-align: center; |
53 cursor: pointer; |
53 cursor: pointer; |
54 box-sizing: border-box; |
54 box-sizing: border-box; |
55 padding: 3px; |
55 padding: 3px; |
56 animation-fill-mode: both; |
56 animation-fill-mode: both; |
57 animation-duration: .4s; |
57 animation-duration: .4s; |
58 opacity: 0; |
58 opacity: 0; |
59 pointer-events: none; |
59 pointer-events: none; |
60 text-shadow: |
60 text-shadow: |
61 0 -1px 1px #006799, |
61 0 -1px 1px #135e96, |
62 -1px 0 1px #006799, |
62 -1px 0 1px #135e96, |
63 0 1px 1px #006799, |
63 0 1px 1px #135e96, |
64 1px 0 1px #006799; |
64 1px 0 1px #135e96; |
65 } |
65 } |
66 .wp-custom-header .customize-partial-edit-shortcut button { |
66 .wp-custom-header .customize-partial-edit-shortcut button { |
67 right: 2px |
67 right: 2px |
68 } |
68 } |
69 |
69 |
75 height: 20px; |
75 height: 20px; |
76 margin: auto; |
76 margin: auto; |
77 } |
77 } |
78 |
78 |
79 .customize-partial-edit-shortcut button:hover { |
79 .customize-partial-edit-shortcut button:hover { |
80 background: #008ec2 !important; /* matches primary buttons */ |
80 background: #4f94d4 !important; /* matches primary buttons */ |
81 } |
81 } |
82 |
82 |
83 .customize-partial-edit-shortcut button:focus { |
83 .customize-partial-edit-shortcut button:focus { |
84 box-shadow: 0 0 0 2px #008ec2; |
84 box-shadow: 0 0 0 2px #4f94d4; |
85 } |
85 } |
86 |
86 |
87 body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button { |
87 body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button { |
88 animation-name: customize-partial-edit-shortcut-bounce-appear; |
88 animation-name: customize-partial-edit-shortcut-bounce-appear; |
89 pointer-events: auto; |
89 pointer-events: auto; |