Make WordPress Core

Ticket #16461: 16461-head_footer_favorite.patch

File 16461-head_footer_favorite.patch, 5.5 KB (added by ocean90, 14 years ago)

Gradient update in fresh and classic stylesheet for head, footer and favorite.

  • wp-admin/css/colors-classic.dev.css

     
    570570#footer {
    571571        color: #777;
    572572        border-color: #b0c8d7;
    573         background: #cfdfe9; /* fallback color */
    574         background:-moz-linear-gradient(bottom,  #cfdfe9,  #eff8ff);
    575         background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));
     573        background-color: #cfdfe9; /* Fallback */
     574        background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */
     575        background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */
     576        background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */
     577        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); /* old Webkit  */
     578        background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */
     579        background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */
    576580}
    577581
    578582#media-items,
     
    696700
    697701#wphead {
    698702        border-bottom:#b0c8d7 1px solid;
    699         background: #cfdfe9; /* fallback color */
    700         background:-moz-linear-gradient(bottom,  #cfdfe9,  #eff8ff);
    701         background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));
     703        background-color: #cfdfe9; /* Fallback */
     704        background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */
     705        background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */
     706        background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */
     707        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); /* old Webkit  */
     708        background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */
     709        background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */
    702710}
    703711
    704712#wphead h1 a {
     
    14881496
    14891497#favorite-first {
    14901498        border-color: #c0c0c0;
    1491         background: #f1f1f1; /* fallback color */
    1492         background:-moz-linear-gradient(bottom,  #e7e7e7,  #fff);
    1493         background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
     1499        background-color: #f1f1f1; /* Fallback */
     1500        background-image: -ms-linear-gradient(bottom, #e7e7e7, #fff); /* IE10 */
     1501        background-image: -moz-linear-gradient(bottom, #e7e7e7, #fff); /* Firefox */
     1502        background-image: -o-linear-gradient(bottom, #e7e7e7, #fff); /* Opera */
     1503        background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); /* old Webkit  */
     1504        background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fff); /* new Webkit */
     1505        background-image: linear-gradient(bottom, #e7e7e7, #fff); /* proposed W3C Markup */
    14941506}
    14951507
    14961508#favorite-inside {
  • wp-admin/css/colors-fresh.dev.css

     
    570570#footer {
    571571        color: #777;
    572572        border-color: #d1d1d1;
    573         background: #d9d9d9; /* fallback color */
    574         background:-moz-linear-gradient(bottom,  #d7d7d7,  #e4e4e4);
    575         background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));
     573        background-color: #d9d9d9; /* Fallback */
     574        background-image: -ms-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* IE10 */
     575        background-image: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Firefox */
     576        background-image: -o-linear-gradient(bottom,  #d7d7d7, #e4e4e4); /* Opera */
     577        background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); /* old Webkit  */
     578        background-image: -webkit-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* new Webkit */
     579        background-image: linear-gradient(bottom, #d7d7d7, #e4e4e4); /* proposed W3C Markup */
    576580}
    577581
    578582#media-items,
     
    696700
    697701#wphead {
    698702        border-bottom:#c6c6c6 1px solid;
    699         background: #d9d9d9; /* fallback color */
    700         background:-moz-linear-gradient(bottom,  #d7d7d7,  #e4e4e4);
    701         background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));
     703        background-color: #d9d9d9; /* Fallback */
     704        background-image: -ms-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* IE10 */
     705        background-image: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Firefox */
     706        background-image: -o-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* Opera */
     707        background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); /* old Webkit  */
     708        background-image: -webkit-linear-gradient(bottom, #d7d7d7, #e4e4e4); /* new Webkit */
     709        background-image: linear-gradient(bottom, #d7d7d7, #e4e4e4); /* proposed W3C Markup */
    702710}
    703711
    704712#wphead h1 a {
     
    14831491
    14841492#favorite-first {
    14851493        border-color: #c0c0c0;
    1486         background: #f1f1f1; /* fallback color */
    1487         background:-moz-linear-gradient(bottom,  #e7e7e7,  #fff);
    1488         background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
     1494        background-color: #f1f1f1; /* Fallback */
     1495        background-image: -ms-linear-gradient(bottom, #e7e7e7, #fff); /* IE10 */
     1496        background-image: -moz-linear-gradient(bottom, #e7e7e7, #fff); /* Firefox */
     1497        background-image: -o-linear-gradient(bottom,  #e7e7e7, #fff); /* Opera */
     1498        background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); /* old Webkit  */
     1499        background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fff); /* new Webkit */
     1500        background-image: linear-gradient(bottom, #e7e7e7, #fff); /* proposed W3C Markup */
    14891501}
    14901502
    14911503#favorite-inside {