Make WordPress Core

Ticket #18964: blue-menu-help-css.patch

File blue-menu-help-css.patch, 4.2 KB (added by chexee, 13 years ago)
  • wp-admin/css/colors-classic.dev.css

     
    12731273.folded #adminmenu li.menu-top,
    12741274#adminmenu .wp-submenu .wp-submenu-head {
    12751275        border-top-color: #ffffff;
    1276         border-bottom-color: #d1e5ee;
     1276        border-bottom-color: #cae6ff;
    12771277}
    12781278
    12791279#adminmenu li.wp-menu-open {
     
    12811281}
    12821282
    12831283#adminmenu li.menu-top:hover > a {
    1284         background-color: #e8eff4;
     1284        background-color: #e0f1ff;
    12851285        text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
    12861286}
    12871287
     
    12921292#adminmenu .wp-menu-arrow,
    12931293#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
    12941294        background-color: #5589AA; /* Fallback */
    1295         background-image: -ms-linear-gradient(bottom, #5589AA, #5A8FAD); /* IE10 */
    1296         background-image: -moz-linear-gradient(bottom, #5589AA, #5A8FAD); /* Firefox */
    1297         background-image: -o-linear-gradient(bottom, #5589AA, #5A8FAD); /* Opera */
    1298         background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#5A8FAD)); /* old Webkit */
    1299         background-image: -webkit-linear-gradient(bottom, #5589AA, #5A8FAD); /* new Webkit */
    1300         background-image: linear-gradient(bottom, #5589AA, #5A8FAD); /* proposed W3C Markup */
     1295        background-image: -ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10 */
     1296        background-image: -moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox */
     1297        background-image: -o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera */
     1298        background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
     1299        background-image: -webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit */
     1300        background-image: linear-gradient(bottom, #5589AA, #619bbb); /* proposed W3C Markup */
    13011301}
    13021302
    13031303#adminmenu .wp-menu-arrow div {
    13041304        background-color: #5589AA; /* Fallback */
    1305         background-image: -ms-linear-gradient(right bottom, #5589AA, #5A8FAD); /* IE10 */
    1306         background-image: -moz-linear-gradient(right bottom, #5589AA, #5A8FAD); /* Firefox */
    1307         background-image: -o-linear-gradient(right bottom, #5589AA, #5A8FAD); /* Opera */
    1308         background-image: -webkit-gradient(linear, right bottom, left top, from(#5589AA), to(#5A8FAD)); /* old Webkit */
    1309         background-image: -webkit-linear-gradient(right bottom, #5589AA, #5A8FAD); /* new Webkit */
    1310         background-image: linear-gradient(right bottom, #5589AA, #5A8FAD); /* proposed W3C Markup */
     1305        background-image: -ms-linear-gradient(right bottom, #5589AA, #619bbb); /* IE10 */
     1306        background-image: -moz-linear-gradient(right bottom, #5589AA, #619bbb); /* Firefox */
     1307        background-image: -o-linear-gradient(right bottom, #5589AA, #619bbb); /* Opera */
     1308        background-image: -webkit-gradient(linear, right bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
     1309        background-image: -webkit-linear-gradient(right bottom, #5589AA, #619bbb); /* new Webkit */
     1310        background-image: linear-gradient(right bottom, #5589AA, #619bbb); /* proposed W3C Markup */
    13111311}
    13121312
    13131313#adminmenu li.wp-not-current-submenu .wp-menu-arrow {
    13141314        border-top-color: #fff;
    1315         border-bottom-color: #D1E5EE;
    1316         background: #e8eff4;
     1315        border-bottom-color: #cae6ff;
     1316        background: #e0f1ff;
    13171317}
    13181318
    13191319#adminmenu li.wp-not-current-submenu .wp-menu-arrow div {
    1320         background: #e8eff4;
    1321         border-color: #D1E5EE;
     1320        background: #e0f1ff;
     1321        border-color: #cae6ff;
    13221322}
    13231323
    13241324.folded #adminmenu li.menu-top li:hover a {
     
    13411341}
    13421342
    13431343#adminmenu .wp-submenu a:hover {
    1344         background-color: #EAF2FA;
     1344        background-color: #EFF8FF;
    13451345        color: #333;
    13461346}
    13471347
     
    16171617}
    16181618
    16191619#contextual-help-back {
    1620         background-color: #f1f1f1;
    1621         border-color: #ccc;
    1622 
     1620        background-color: #EFF8FF;
     1621        border-color: #D1E5EE;
    16231622        -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
    16241623        -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
    16251624        box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
    16261625}
    16271626
    16281627.contextual-help-tabs a:hover {
    1629         background-color: #EAF2FA;
     1628        background-color: #ceeaff;
    16301629        color: #333;
    16311630}
    16321631
    16331632.contextual-help-tabs .active {
    1634         border-color: #ccc;
     1633        border-color: #D1E5EE;
    16351634}
    16361635
    16371636.contextual-help-tabs .active,
     
    16421641}
    16431642
    16441643.contextual-help-tabs-wrap {
    1645         border-color: #ccc;
     1644        border-color: #D1E5EE;
     1645        border-right:  0;
    16461646        background-color: #fff;
    16471647}
    16481648