Make WordPress Core

Ticket #12586: 12586.diff

File 12586.diff, 1.1 KB (added by matveb, 15 years ago)
  • wp-admin/css/colors-fresh.dev.css

    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
     
    579579
    580580#footer,
    581581#footer-upgrade {
    582         background: #464646;
    583         color: #999;
     582        background: url(../images/wphead.png) bottom left repeat-x;
     583        color: #777;
     584        border-top: #d4d4d4 1px solid;
    584585}
    585586
    586587#media-items,
     
    703704}
    704705
    705706#wphead {
    706         background-color: #464646;
     707        background: url(../images/wphead.png) top left repeat-x;
     708        border-bottom: #fff 1px solid;
    707709}
    708710
    709711body.login {
     
    711713}
    712714
    713715#wphead h1 a {
    714         color: #fff;
     716        color: #464646;
    715717}
    716718
    717719#user_info {
     
    722724#user_info a:visited,
    723725#footer a:link,
    724726#footer a:visited {
    725         color: #ccc;
     727        color: #111;
    726728        text-decoration: none;
    727729}
    728730
    729731#user_info a:hover,
    730732#footer a:hover {
    731         color: #fff;
    732733        text-decoration: underline !important;
    733734}
    734735