Make WordPress Core

Changeset 22726


Ignore:
Timestamp:
11/20/2012 07:58:47 PM (12 years ago)
Author:
azaozz
Message:

Skip links: simplified look with more contrast, props sabreuse, fixes #21310

Location:
trunk
Files:
2 edited

Legend:

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

    r22723 r22726  
    209209    font-weight: bold;
    210210    padding: 15px 23px 14px;
    211     background: #8cc1ea;
    212     background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf));
    213     background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf);
    214     background-image:    -moz-linear-gradient(top, #8cc1ea, #72a7cf);
    215     background-image:      -o-linear-gradient(top, #8cc1ea, #72a7cf);
    216     background-image:   linear-gradient(to bottom, #8cc1ea, #72a7cf);
    217     color: #fff;
     211    background: #f1f1f1;
    218212    border-radius: 3px;
    219213    z-index: 100000;
    220     text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
    221214    line-height: normal;
    222215    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  • trunk/wp-includes/css/admin-bar.css

    r22634 r22726  
    635635    font-weight: bold;
    636636    padding: 15px 23px 14px;
    637     background: #8cc1ea;
    638     background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf));
    639     background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf);
    640     background-image:    -moz-linear-gradient(top, #8cc1ea, #72a7cf);
    641     background-image:      -o-linear-gradient(top, #8cc1ea, #72a7cf);
    642     background-image:   linear-gradient(to bottom, #8cc1ea, #72a7cf);
    643     color: #fff;
     637    background: #f1f1f1;
     638    color: #124964;
     639    text-shadow: none;
    644640    border-radius: 3px;
    645641    z-index: 100000;
    646     text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
    647642    line-height: normal;
    648643    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
Note: See TracChangeset for help on using the changeset viewer.