Make WordPress Core

Ticket #26348: 26348.diff

File 26348.diff, 1.3 KB (added by dd32, 11 years ago)
  • src/wp-admin/css/colors-fresh.css

     
    19981998        color: #2ea2cc;
    19991999}
    20002000
    2001 .login h1 a:hover {
    2002         color: #2ea2cc;
     2001.login h1:before {
     2002        color: #0074A2;
    20032003}
    20042004
    20052005@media print,
  • src/wp-admin/css/wp-admin.css

     
    91989198        text-align: center;
    91999199}
    92009200
     9201.login h1:before {
     9202        content: "\f120";
     9203        font: normal 80px/1 'dashicons';
     9204        speak: none;
     9205        display: block;
     9206        text-align: center;
     9207        position: relative;
     9208        -webkit-font-smoothing: antialiased;
     9209        -moz-osx-font-smoothing: grayscale;
     9210}
     9211
    92019212.login h1 a {
    9202         background-image: url('../images/wordpress-logo.svg?ver=20131107');
    9203         background-size: 80px 80px;
    9204         background-position: center top;
    9205         background-repeat: no-repeat;
    9206         color: #999;
    9207         height: 80px;
     9213        background: none;
    92089214        font-size: 20px;
    92099215        font-weight: normal;
    9210         line-height: 1.3em;
    9211         margin: 0 auto 25px;
    92129216        padding: 0;
    92139217        text-decoration: none;
    9214         width: 80px;
    92159218        text-indent: -9999px;
    92169219        outline: none;
    9217         overflow: hidden;
    92189220        display: block;
    92199221}
    92209222