Make WordPress Core

Changeset 35703


Ignore:
Timestamp:
11/19/2015 02:36:35 PM (9 years ago)
Author:
helen
Message:

Color picker: update to the new button style.

props paulwilde.
fixes #34734.

File:
1 edited

Legend:

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

    r32051 r35703  
    2525    display: inline-block;
    2626    padding-left: 30px;
    27     -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.08);
    28     box-shadow: 0 1px 0 rgba(0,0,0,.08);
     27    -webkit-box-shadow: 0 1px 0 #ccc;
     28    box-shadow: 0 1px 0 #ccc;
    2929}
    3030
     
    4444    text-align: center;
    4545    top: 0;
    46     -webkit-box-shadow: inset 0 1px 0 #fff;
    47     box-shadow: inset 0 1px 0 #fff;
    4846}
    4947
     
    7674
    7775.wp-color-result:focus {
    78     -webkit-box-shadow:
    79         0 0 0 1px #5b9dd9,
    80         0 0 2px 1px rgba( 30, 140, 190, 0.8 );
    81     box-shadow:
    82         0 0 0 1px #5b9dd9,
    83         0 0 2px 1px rgba( 30, 140, 190, 0.8 );
     76    border-color: #5b9dd9;
     77    -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
     78    box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
    8479}
    8580
Note: See TracChangeset for help on using the changeset viewer.