Make WordPress Core

Ticket #21310: 21310.contrast.2.diff

File 21310.contrast.2.diff, 2.3 KB (added by helenyhou, 12 years ago)
  • wp-includes/css/admin-bar.css

     
    634634        font-size: 14px;
    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);
     637        background-color: #21759b;
     638        background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
     639        background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
     640        background-image:    -moz-linear-gradient(top, #2a95c5, #21759b);
     641        background-image:     -ms-linear-gradient(top, #2a95c5, #21759b);
     642        background-image:      -o-linear-gradient(top, #2a95c5, #21759b);
     643        background-image:   linear-gradient(to bottom, #2a95c5, #21759b);
    643644        color: #fff;
    644645        border-radius: 3px;
    645646        z-index: 100000;
  • wp-admin/css/wp-admin.css

     
    208208        font-size: 14px;
    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);
     211        background-color: #21759b;
     212        background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
     213        background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
     214        background-image:    -moz-linear-gradient(top, #2a95c5, #21759b);
     215        background-image:     -ms-linear-gradient(top, #2a95c5, #21759b);
     216        background-image:      -o-linear-gradient(top, #2a95c5, #21759b);
     217        background-image:   linear-gradient(to bottom, #2a95c5, #21759b);
    217218        color: #fff;
    218219        border-radius: 3px;
    219220        z-index: 100000;