Skip to:
Content

bbPress.org

Changeset 5459


Ignore:
Timestamp:
08/22/2014 02:34:00 AM (12 years ago)
Author:
netweb
Message:

Updated _admin.scss via WP:changeset:29542. See #2583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/styles/_admin.scss

    r5447 r5459  
    401401
    402402
    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}
    404410
    405411.media-item .bar,
     
    417423}
    418424
    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 }
    428425
    429426/* Themes */
     
    441438.theme-overlay .theme-header .right:hover,
    442439.theme-overlay .theme-header .left:hover {
    443     background: $highlight-color;
     440    color: $link-focus;
    444441}
    445442
     
    475472.theme-install-overlay .next-theme:hover,
    476473.theme-install-overlay .next-theme:focus {
    477     background-color: $menu-highlight-background;
    478     color: $menu-highlight-text;
     474    color: $link-focus;
    479475}
    480476
     
    502498.control-panel-back:focus,
    503499.control-panel-back:hover {
    504     background-color: $menu-highlight-background;
    505     color: $menu-highlight-text;
     500    color: $link-focus;
    506501}
    507502
Note: See TracChangeset for help on using the changeset viewer.