Make WordPress Core

Changeset 29608


Ignore:
Timestamp:
08/25/2014 09:57:55 PM (9 years ago)
Author:
helen
Message:

Better visual focus syling in customizer, theme preview, and attachment details modals.

props celloexpressions.
fixes #29147.

Location:
trunk/src/wp-admin/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r29542 r29608  
    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;
     
    244246    position: relative;
    245247    top: 7px;
    246     left: 12px;
     248    left: 13px;
    247249}
    248250
  • trunk/src/wp-admin/css/media.css

    r29607 r29608  
    709709}
    710710
     711.upload-php .media-modal-close:hover,
     712.upload-php .media-modal-close:focus,
    711713.edit-attachment-frame .edit-media-header .left:hover,
    712714.edit-attachment-frame .edit-media-header .right:hover,
    713715.edit-attachment-frame .edit-media-header .left:focus,
    714716.edit-attachment-frame .edit-media-header .right:focus {
    715     color: #2ea2cc;
     717    background: #ddd;
     718    border-color: #ccc;
     719    color: #000;
     720}
     721
     722.upload-php .media-modal-close:focus .media-modal-icon:before,
     723.upload-php .media-modal-close:hover .media-modal-icon:before {
     724    color: #000;
    716725}
    717726
     
    733742    background: inherit;
    734743    cursor: default;
     744    pointer-events: none;
    735745}
    736746
  • trunk/src/wp-admin/css/themes.css

    r29542 r29608  
    456456}
    457457
     458.theme-overlay .theme-header .close:focus,
    458459.theme-overlay .theme-header .close:hover,
    459 .theme-overlay .theme-header .close:hover:before,
     460.theme-overlay .theme-header .right:focus,
     461.theme-overlay .theme-header .right:hover,
     462.theme-overlay .theme-header .left:focus,
     463.theme-overlay .theme-header .left:hover {
     464    background: #ddd;
     465    border-color: #ccc;
     466    color: #000;
     467}
     468
    460469.theme-overlay .theme-header .close:focus:before,
    461 .theme-overlay .theme-header .right:hover,
    462 .theme-overlay .theme-header .left:hover {
    463     color: #2ea2cc;
     470.theme-overlay .theme-header .close:hover:before {
     471    color: #000;
    464472}
    465473
     
    467475.theme-overlay .theme-header .right:focus,
    468476.theme-overlay .theme-header .left:focus {
    469     color: #2ea2cc;
    470477    -webkit-box-shadow:
    471478        0 0 0 1px #5b9dd9,
     
    13991406.theme-install-overlay .next-theme:hover,
    14001407.theme-install-overlay .next-theme:focus {
    1401     color: #2ea2cc;
     1408    background: #ddd;
     1409    border-color: #ccc;
     1410    color: #000;
    14021411    outline: none;
    14031412    -webkit-box-shadow: none;
     
    14101419    position: relative;
    14111420    top: 7px;
    1412     left: 12px;
     1421    left: 13px;
    14131422}
    14141423
     
    14381447    background: #eee;
    14391448    cursor: default;
     1449    pointer-events: none;
    14401450}
    14411451
Note: See TracChangeset for help on using the changeset viewer.