Make WordPress Core

Changeset 26422


Ignore:
Timestamp:
11/26/2013 10:35:38 PM (11 years ago)
Author:
iammattthomas
Message:

Match current theme background and add theme hover state color to the highlight color in color schemes. Fixes #25967, props ryelle.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/color-schemes/_admin.scss

    r26417 r26422  
    400400
    401401
     402/* Themes */
     403
     404.theme.active .theme-name,
     405.theme-browser .add-new-theme:hover:after {
     406    background: $highlight-color;
     407}
     408
     409.theme-browser .add-new-theme:hover span:after {
     410    color: $highlight-color;
     411}
     412
    402413/* jQuery UI Slider */
    403414
  • trunk/src/wp-admin/css/theme.css

    r26369 r26422  
    340340.theme-browser .add-new-theme:hover span:after {
    341341    background: #fff;
    342     color: rgb(16, 116, 162);
    343     box-shadow: 0 2px 1px rgba(0,0,0,0.3);
     342    color: #0074a2;
    344343}
    345344
     
    347346    border-color: transparent;
    348347    color: #fff;
    349     background: rgb(16, 116, 162);
     348    background: #0074a2;
    350349}
    351350
     
    356355    font-weight: 400;
    357356    position: relative;
    358     top: -70px;
     357    top: -50px;
    359358}
    360359.theme-browser .add-new-theme:hover .theme-name {
Note: See TracChangeset for help on using the changeset viewer.