Make WordPress Core

Changeset 26455


Ignore:
Timestamp:
11/28/2013 04:13:43 AM (10 years ago)
Author:
helen
Message:

Increase the contrast of sidebar text in the media modal. props neil_pie. fixes #26288.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r26309 r26455  
    246246    text-transform: uppercase;
    247247    font-size: 12px;
    248     color: #777;
     248    color: #666;
    249249    margin: 24px 0 8px;
    250250}
     
    291291    text-align: right;
    292292    font-weight: normal;
    293     color: #999;
     293    color: #666;
    294294}
    295295
     
    844844    line-height: 18px;
    845845    font-size: 13px;
    846     color: #999;
     846    color: #666;
    847847}
    848848
     
    12671267    margin-bottom: 16px;
    12681268    line-height: 18px;
    1269     color: #999;
     1269    color: #666;
    12701270    border-bottom: 1px solid #e5e5e5;
    12711271    box-shadow: 0 1px 0 #fff;
     
    14461446    font-size: 13px;
    14471447    line-height: 24px;
    1448     color: #999;
     1448    color: #666;
    14491449}
    14501450
Note: See TracChangeset for help on using the changeset viewer.