Changeset 29542 for trunk/src/wp-admin/css/colors/_admin.scss
- Timestamp:
- 08/19/2014 08:37:46 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/colors/_admin.scss (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r29447 r29542 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, … … 432 438 .theme-overlay .theme-header .right:hover, 433 439 .theme-overlay .theme-header .left:hover { 434 background: $highlight-color;440 color: $link-focus; 435 441 } 436 442 … … 466 472 .theme-install-overlay .next-theme:hover, 467 473 .theme-install-overlay .next-theme:focus { 468 background-color: $menu-highlight-background; 469 color: $menu-highlight-text; 474 color: $link-focus; 470 475 } 471 476 … … 493 498 .control-panel-back:focus, 494 499 .control-panel-back:hover { 495 background-color: $menu-highlight-background; 496 color: $menu-highlight-text; 500 color: $link-focus; 497 501 } 498 502
Note: See TracChangeset
for help on using the changeset viewer.