Make WordPress Core

Ticket #31203: 31203.diff

File 31203.diff, 1.6 KB (added by celloexpressions, 11 years ago)
  • src/wp-admin/css/themes.css

     
    361361        text-indent: 4px;
    362362}
    363363
    364 .theme-browser .theme.add-new-theme:hover .theme-screenshot,
    365 .theme-browser .theme.add-new-theme:focus .theme-screenshot {
     364.theme-browser .theme.add-new-theme a:hover .theme-screenshot,
     365.theme-browser .theme.add-new-theme a:focus .theme-screenshot {
    366366        background: none;
    367367}
    368368
    369 .theme-browser .theme.add-new-theme:hover span:after,
    370 .theme-browser .theme.add-new-theme:focus span:after {
     369.theme-browser .theme.add-new-theme a:hover span:after,
     370.theme-browser .theme.add-new-theme a:focus span:after {
    371371        background: #fff;
    372372        color: #0074a2;
    373373}
    374374
    375 .theme-browser .theme.add-new-theme:hover:after,
    376 .theme-browser .theme.add-new-theme:focus:after {
     375.theme-browser .theme.add-new-theme a:hover,
     376.theme-browser .theme.add-new-theme a:focus {
    377377        border-color: transparent;
    378378        color: #fff;
    379379        background: #0074a2;
    380         content: '';
     380        -webkit-box-shadow: none;
     381        box-shadow: none;
    381382}
    382383
    383384.theme-browser .theme.add-new-theme .theme-name {
     
    389390        position: relative;
    390391        top: 0;
    391392        margin-top: -10%;
    392         margin-bottom: 10%;
     393        padding-bottom: -webkit-calc( 10% + 15px );
     394        padding-bottom: calc( 10% + 15px );
    393395}
    394396
    395 .theme-browser .theme.add-new-theme:hover .theme-name,
    396 .theme-browser .theme.add-new-theme:focus .theme-name {
     397.theme-browser .theme.add-new-theme a:hover .theme-name,
     398.theme-browser .theme.add-new-theme a:focus .theme-name {
    397399        color: #fff;
    398400        z-index: 2;
    399401}