equal
deleted
inserted
replaced
183 box-shadow: none !important; |
183 box-shadow: none !important; |
184 cursor: default; |
184 cursor: default; |
185 transform: none !important; |
185 transform: none !important; |
186 } |
186 } |
187 |
187 |
|
188 .wp-core-ui .button[aria-disabled="true"], |
|
189 .wp-core-ui .button-secondary[aria-disabled="true"] { |
|
190 cursor: default; |
|
191 } |
|
192 |
188 /* Buttons that look like links, for a cross of good semantics with the visual */ |
193 /* Buttons that look like links, for a cross of good semantics with the visual */ |
189 .wp-core-ui .button-link { |
194 .wp-core-ui .button-link { |
190 margin: 0; |
195 margin: 0; |
191 padding: 0; |
196 padding: 0; |
192 box-shadow: none; |
197 box-shadow: none; |
208 color: #135e96; |
213 color: #135e96; |
209 } |
214 } |
210 |
215 |
211 .wp-core-ui .button-link:focus { |
216 .wp-core-ui .button-link:focus { |
212 color: #043959; |
217 color: #043959; |
213 box-shadow: |
218 box-shadow: 0 0 0 2px #2271b1; |
214 0 0 0 1px #4f94d4, |
|
215 0 0 2px 1px rgba(79, 148, 212, 0.8); |
|
216 /* Only visible in Windows High Contrast mode */ |
219 /* Only visible in Windows High Contrast mode */ |
217 outline: 1px solid transparent; |
220 outline: 2px solid transparent; |
218 } |
221 } |
219 |
222 |
220 .wp-core-ui .button-link-delete { |
223 .wp-core-ui .button-link-delete { |
221 color: #d63638; |
224 color: #d63638; |
222 } |
225 } |
278 color: #a7aaad !important; |
281 color: #a7aaad !important; |
279 background: #f6f7f7 !important; |
282 background: #f6f7f7 !important; |
280 border-color: #dcdcde !important; |
283 border-color: #dcdcde !important; |
281 box-shadow: none !important; |
284 box-shadow: none !important; |
282 text-shadow: none !important; |
285 text-shadow: none !important; |
|
286 cursor: default; |
|
287 } |
|
288 |
|
289 .wp-core-ui .button-primary[aria-disabled="true"] { |
283 cursor: default; |
290 cursor: default; |
284 } |
291 } |
285 |
292 |
286 /* ---------------------------------------------------------------------------- |
293 /* ---------------------------------------------------------------------------- |
287 4.0 - Button Groups |
294 4.0 - Button Groups |
383 min-height: 30px; |
390 min-height: 30px; |
384 margin: 0; |
391 margin: 0; |
385 vertical-align: inherit; |
392 vertical-align: inherit; |
386 } |
393 } |
387 |
394 |
|
395 .wp-customizer .theme-overlay .theme-actions .button { |
|
396 margin-bottom: 5px; |
|
397 } |
|
398 |
388 .media-modal-content .media-toolbar-primary .media-button { |
399 .media-modal-content .media-toolbar-primary .media-button { |
389 margin-top: 10px; |
400 margin-top: 10px; |
390 margin-left: 5px; |
401 margin-left: 5px; |
391 } |
402 } |
392 |
403 |