Make WordPress Core

Ticket #29147: 29147.2.diff

File 29147.2.diff, 2.8 KB (added by celloexpressions, 10 years ago)
  • src/wp-admin/css/customize-controls.css

     
    232232.customize-controls-close:hover,
    233233.control-panel-back:focus,
    234234.control-panel-back:hover {
    235         color: #2ea2cc;
     235        background: #ddd;
     236        border-color: #ccc;
     237        color: #000;
    236238        outline: none;
    237239        -webkit-box-shadow: none;
    238240        box-shadow: none;
     
    243245        content: "\f335";
    244246        position: relative;
    245247        top: 7px;
    246         left: 12px;
     248        left: 14px;
    247249}
    248250
    249251.control-panel-back:before {
  • src/wp-admin/css/themes.css

     
    460460.theme-overlay .theme-header .close:focus:before,
    461461.theme-overlay .theme-header .right:hover,
    462462.theme-overlay .theme-header .left:hover {
    463         color: #2ea2cc;
     463        background: #ddd;
     464        border-color: #ccc;
     465        color: #000;
    464466}
    465467
    466468.theme-overlay .theme-header .close:focus,
     
    13981400.theme-install-overlay .previous-theme:focus,
    13991401.theme-install-overlay .next-theme:hover,
    14001402.theme-install-overlay .next-theme:focus {
    1401         color: #2ea2cc;
     1403        background: #ddd;
     1404        border-color: #ccc;
     1405        color: #000;
    14021406        outline: none;
    14031407        -webkit-box-shadow: none;
    14041408        box-shadow: none;
     
    14091413        content: "\f335";
    14101414        position: relative;
    14111415        top: 7px;
    1412         left: 12px;
     1416        left: 14px;
    14131417}
    14141418
    14151419.theme-install-overlay .previous-theme:before {
     
    14171421        content: "\f341";
    14181422        position: relative;
    14191423        top: 6px;
    1420         left: 14px;
     1424        left: 13px;
    14211425}
    14221426
    14231427.theme-install-overlay .next-theme:before {
     
    14251429        content: "\f345";
    14261430        position: relative;
    14271431        top: 6px;
    1428         left: 13px;
     1432        left: 14px;
    14291433}
    14301434
    14311435.theme-install-overlay .previous-theme.disabled,
  • src/wp-includes/css/media-views.css

     
    27732773        font-weight: 300;
    27742774}
    27752775
     2776.upload-php .media-modal-close:focus,
     2777.upload-php .media-modal-close:hover,
     2778.edit-attachment-frame .edit-media-header .right:focus,
    27762779.edit-attachment-frame .edit-media-header .right:hover,
     2780.edit-attachment-frame .edit-media-header .left:focus,
    27772781.edit-attachment-frame .edit-media-header .left:hover {
    2778         color: #2ea2cc;
     2782        background: #ddd;
     2783        border-color: #ccc;
     2784        color: #000;
    27792785}
    27802786
     2787.upload-php .media-modal-close:focus .media-modal-icon:before,
     2788.upload-php .media-modal-close:hover .media-modal-icon:before {
     2789        color: #000;
     2790}
     2791
    27812792.edit-attachment-frame .edit-media-header .left:before,
    27822793.rtl .edit-attachment-frame .edit-media-header .right:before {
    27832794        content: '\f341';