Make WordPress Core

Changeset 26330


Ignore:
Timestamp:
11/22/2013 07:17:07 PM (12 years ago)
Author:
iammattthomas
Message:

Use the correct shade of blue for the default filled progress bar color, 0074a2 to match the default scheme's highlight color. See #26147.

File:
1 edited

Legend:

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

    r26324 r26330  
    56125612    margin-top: -22px;
    56135613    border-radius: 22px;
    5614     background-color: #1e8cbe;
     5614    background-color: #0074a2;
    56155615    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    56165616    box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
Note: See TracChangeset for help on using the changeset viewer.