Make WordPress Core

Changeset 26180


Ignore:
Timestamp:
11/14/2013 11:29:26 PM (11 years ago)
Author:
iammattthomas
Message:

Move the color rule for adminbar icons to a less-specific selector so that color schemes correctly affect icon color in the toolbar.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26179 r26180  
    1253712537
    1253812538    #wpadminbar #wp-admin-bar-toggle-button .ab-icon:before {
    12539         color: #888;
    1254012539        content: '\f228';
    1254112540        display: inline-block;
  • trunk/src/wp-includes/css/admin-bar.css

    r26177 r26180  
    221221    -moz-osx-font-smoothing: grayscale;
    222222    background-image: none !important;
    223     color: #999;
    224223    margin-right: 6px;
    225224}
     
    231230
    232231#wpadminbar .ab-icon:before {
     232    color: #999;
    233233    position: relative;
    234234    -moz-transition: all .1s ease-in-out;
Note: See TracChangeset for help on using the changeset viewer.