|
80 | 80 | } |
81 | 81 | .color-editor aside ul.swatches li:focus { |
82 | 82 | outline: none; |
83 | | - box-shadow: 0 0 0 2px #6fb5f1; |
| 83 | + box-shadow: 0 0 0 1px #94ceff; |
84 | 84 | border-radius: 2px; |
85 | 85 | } |
86 | 86 | .color-editor aside ul.swatches li .swatch-bg { |
|
148 | 148 | } |
149 | 149 | .color-editor section .color-selection-field .selector-base:focus { |
150 | 150 | outline: none; |
151 | | - box-shadow: 0 0 0 5px #6fb5f1; |
| 151 | + box-shadow: 0 0 0 5px #94ceff; |
152 | 152 | border-radius: 10px; |
153 | 153 | } |
154 | 154 | .color-editor section .color-selection-field .selector { |
|
181 | 181 | } |
182 | 182 | .color-editor section .slider .selector-base:focus { |
183 | 183 | outline: none; |
184 | | - box-shadow: 0 0 0 5px #6fb5f1; |
| 184 | + box-shadow: 0 0 0 5px #94ceff; |
185 | 185 | border-radius: 1px; |
186 | 186 | } |
187 | 187 | .color-editor section .slider .selector { |
|
210 | 210 | width: 118px; |
211 | 211 | height: 23px; |
212 | 212 | margin-right: 5px; |
213 | | - border-color: #aaa; |
| 213 | + border-color: #b2b5b5; |
214 | 214 | box-sizing: border-box; |
215 | 215 | display: inline-block; |
216 | 216 | color: #222; |
|
219 | 219 | display: inline-block; |
220 | 220 | height: 23px; |
221 | 221 | padding: 0 0 0 4px; |
222 | | - border: 1px solid #9c9e9e; |
223 | | - box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12); |
| 222 | + border: 1px solid #b2b5b5; |
| 223 | + box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); |
224 | 224 | background: #fff; |
225 | 225 | font-family: "SourceSansPro"; |
226 | 226 | font-size: 12px; |
|
232 | 232 | .color-editor section footer input:focus { |
233 | 233 | background: #fff; |
234 | 234 | outline: none; |
235 | | - box-shadow: 0 0 0 2px #6fb5f1; |
236 | | - border: 1px solid #0940fd; |
| 235 | + box-shadow: 0 0 0 1px #94ceff; |
| 236 | + border: 1px solid #2893ef; |
237 | 237 | z-index: 911; |
238 | 238 | } |
239 | 239 | @media all and (-webkit-min-device-pixel-ratio : 2), (min-device-pixel-ratio : 2) { |
|
284 | 284 | padding: 2px 4px 4px; |
285 | 285 | height: 15px; |
286 | 286 | font-size: 12px; |
287 | | - text-shadow: 0 1px #fff; |
| 287 | + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76); |
288 | 288 | background-color: #e5e9e9; |
289 | | - border: 1px solid #9c9e9e; |
| 289 | + border: 1px solid #b2b5b5; |
290 | 290 | border-right: 1px solid transparent; |
291 | 291 | margin-left: -3px; |
292 | 292 |
|
293 | | - box-shadow: inset 0 1px 0 #fff; |
| 293 | + box-shadow: inset 0 1px 0 #f3f3f3; |
294 | 294 | } |
295 | 295 |
|
296 | 296 | .color-editor .button-bar a:focus, .color-editor .button-bar li.selected a:focus{ |
297 | 297 | outline: none; |
298 | 298 | position: relative; |
299 | | - border: 1px solid #0940fd; |
300 | | - border-right: 1px solid #063dfa !important; /* we need this !important, sorry! */ |
301 | | - box-shadow: 0 0 0 2px #65aeed; |
| 299 | + border: 1px solid #2893ef; |
| 300 | + border-right: 1px solid #2893ef !important; /* we need this !important, sorry! */ |
| 301 | + box-shadow: 0 0 0 1px #94ceff; |
302 | 302 | z-index: 999; |
303 | 303 | } |
304 | 304 | .color-editor .button-bar li:first-child { |
|
310 | 310 | border-bottom-left-radius: 3px; |
311 | 311 | } |
312 | 312 | .color-editor .button-bar li:last-child a { |
313 | | - border-right: 1px solid #9c9e9e; |
| 313 | + border-right: 1px solid #b2b5b5; |
314 | 314 | border-top-right-radius: 3px; |
315 | 315 | border-bottom-right-radius: 3px; |
316 | 316 | } |
317 | 317 | .color-editor .button-bar li.selected a { |
318 | 318 | background-color: #d3d7d7; |
319 | | - box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12); |
| 319 | + box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); |
320 | 320 | background-image: none; |
321 | 321 | } |
322 | 322 | .color-editor .button-bar li.disabled a { |
|
0 commit comments