Changeset 5480
- Timestamp:
- 09/08/2014 11:10:59 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/styles/_admin.scss (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/styles/_admin.scss
r5459 r5480 403 403 /* Media */ 404 404 405 .media-modal-close:hover .media-modal-icon:before,406 .edit-attachment-frame .edit-media-header .right:hover,407 .edit-attachment-frame .edit-media-header .left:hover {408 color: $link-focus;409 }410 411 405 .media-item .bar, 412 406 .media-progress-bar div { … … 415 409 416 410 .details.attachment { 417 box-shadow: 0 0 0 1px #fff, 0 0 0 5px $highlight-color; 411 box-shadow: 412 inset 0 0 0 3px #fff, 413 inset 0 0 0 7px $highlight-color; 418 414 } 419 415 … … 423 419 } 424 420 421 .media-selection .attachment.selection.details .thumbnail { 422 -webkit-box-shadow: 423 0px 0px 0px 1px #fff, 424 0px 0px 0px 3px $highlight-color; 425 box-shadow: 426 0px 0px 0px 1px #fff, 427 0px 0px 0px 3px $highlight-color; 428 } 429 425 430 426 431 /* Themes */ … … 433 438 .theme-browser .theme.add-new-theme:hover span:after { 434 439 color: $highlight-color; 435 }436 437 .theme-overlay .theme-header .close:hover,438 .theme-overlay .theme-header .right:hover,439 .theme-overlay .theme-header .left:hover {440 color: $link-focus;441 440 } 442 441 … … 466 465 } 467 466 468 .theme-install-overlay .close-full-overlay:hover,469 .theme-install-overlay .close-full-overlay:focus,470 .theme-install-overlay .previous-theme:hover,471 .theme-install-overlay .previous-theme:focus,472 .theme-install-overlay .next-theme:hover,473 .theme-install-overlay .next-theme:focus {474 color: $link-focus;475 }476 477 467 /* Widgets */ 478 468 … … 492 482 background-color: $menu-highlight-background; 493 483 color: $menu-highlight-text; 494 }495 496 .customize-controls-close:focus,497 .customize-controls-close:hover,498 .control-panel-back:focus,499 .control-panel-back:hover {500 color: $link-focus;501 484 } 502 485
Note: See TracChangeset
for help on using the changeset viewer.