Skip to:
Content

bbPress.org

Changeset 5447


Ignore:
Timestamp:
07/28/2014 12:33:12 AM (10 years ago)
Author:
netweb
Message:

Updated _admin.scss via WP:changeset:29124 and WP:changeset:29287. See #2583

File:
1 edited

Legend:

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

    r5430 r5447  
    417417}
    418418
     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}
    419428
    420429/* Themes */
     
    440449}
    441450
    442 body.more-filters-opened .more-filters,
     451body.more-filters-opened .more-filters {
     452    color: $menu-text;
     453    background-color: $menu-background;
     454}
     455
    443456body.more-filters-opened .more-filters:before {
    444457    color: $menu-text;
    445     background-color: $menu-background;
    446458}
    447459
    448460body.more-filters-opened .more-filters:hover,
    449 body.more-filters-opened .more-filters:focus,
     461body.more-filters-opened .more-filters:focus {
     462    background-color: $menu-highlight-background;
     463    color: $menu-highlight-text;
     464}
     465
    450466body.more-filters-opened .more-filters:hover:before,
    451467body.more-filters-opened .more-filters:focus:before {
    452     background-color: $menu-highlight-background;
    453468    color: $menu-highlight-text;
    454469}
Note: See TracChangeset for help on using the changeset viewer.