Changeset 5459
- Timestamp:
- 08/22/2014 02:34:00 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/styles/_admin.scss (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/styles/_admin.scss
r5447 r5459 401 401 402 402 403 /* Media Uploader */ 403 /* Media */ 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 } 404 410 405 411 .media-item .bar, … … 417 423 } 418 424 419 .media-modal-close:hover,420 .edit-attachment-frame .edit-media-header .right:hover,421 .edit-attachment-frame .edit-media-header .left:hover,422 .media-modal-close:focus,423 .edit-attachment-frame .edit-media-header .right:focus,424 .edit-attachment-frame .edit-media-header .left:focus {425 background: $menu-highlight-background;426 color: $menu-highlight-text;427 }428 425 429 426 /* Themes */ … … 441 438 .theme-overlay .theme-header .right:hover, 442 439 .theme-overlay .theme-header .left:hover { 443 background: $highlight-color;440 color: $link-focus; 444 441 } 445 442 … … 475 472 .theme-install-overlay .next-theme:hover, 476 473 .theme-install-overlay .next-theme:focus { 477 background-color: $menu-highlight-background; 478 color: $menu-highlight-text; 474 color: $link-focus; 479 475 } 480 476 … … 502 498 .control-panel-back:focus, 503 499 .control-panel-back:hover { 504 background-color: $menu-highlight-background; 505 color: $menu-highlight-text; 500 color: $link-focus; 506 501 } 507 502
Note: See TracChangeset
for help on using the changeset viewer.