Make WordPress Core

Changeset 37968


Ignore:
Timestamp:
07/05/2016 02:41:03 PM (9 years ago)
Author:
ocean90
Message:

Themes: After [37742], fix the color of the "Upload Theme" button to match other page title actions.

Props afercia.
Fixes #35457.

File:
1 edited

Legend:

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

    r37742 r37968  
    603603    font-size: 13px;
    604604    line-height: normal; /* IE8-IE11 need this for buttons */
     605    color: #0073aa; /* some of these controls are button elements and don't inherit from links */
    605606    cursor: pointer;
    606607    outline: 0;
     
    612613    background: #00a0d2;
    613614    color: #fff;
     615}
     616
     617/* lower specificity: color needs to be overridden by :hover and :active */
     618.page-title-action:focus {
     619    color: #124964;
    614620}
    615621
Note: See TracChangeset for help on using the changeset viewer.