X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0461a5f2e55c8d5f1fde96ca2e83117152573c7d..9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f:/wp-admin/css/colors/_admin.scss diff --git a/wp-admin/css/colors/_admin.scss b/wp-admin/css/colors/_admin.scss index 2ce80049..032e3a0a 100644 --- a/wp-admin/css/colors/_admin.scss +++ b/wp-admin/css/colors/_admin.scss @@ -400,7 +400,7 @@ ul#adminmenu > li.current > a.current:after { } -/* Media Uploader */ +/* Media */ .media-item .bar, .media-progress-bar div { @@ -408,7 +408,9 @@ ul#adminmenu > li.current > a.current:after { } .details.attachment { - box-shadow: 0 0 0 1px #fff, 0 0 0 5px $highlight-color; + box-shadow: + inset 0 0 0 3px #fff, + inset 0 0 0 7px $highlight-color; } .attachment.details .check { @@ -416,6 +418,15 @@ ul#adminmenu > li.current > a.current:after { box-shadow: 0 0 0 1px #fff, 0 0 0 2px $highlight-color; } +.media-selection .attachment.selection.details .thumbnail { + -webkit-box-shadow: + 0px 0px 0px 1px #fff, + 0px 0px 0px 3px $highlight-color; + box-shadow: + 0px 0px 0px 1px #fff, + 0px 0px 0px 3px $highlight-color; +} + /* Themes */ @@ -428,28 +439,28 @@ ul#adminmenu > li.current > a.current:after { color: $highlight-color; } -.theme-overlay .theme-header .close:hover, -.theme-overlay .theme-header .right:hover, -.theme-overlay .theme-header .left:hover { - background: $highlight-color; -} - .theme-section.current, .theme-filter.current { border-bottom-color: $menu-background; } -body.more-filters-opened .more-filters, -body.more-filters-opened .more-filters:before { +body.more-filters-opened .more-filters { color: $menu-text; background-color: $menu-background; } +body.more-filters-opened .more-filters:before { + color: $menu-text; +} + body.more-filters-opened .more-filters:hover, -body.more-filters-opened .more-filters:focus, +body.more-filters-opened .more-filters:focus { + background-color: $menu-highlight-background; + color: $menu-highlight-text; +} + body.more-filters-opened .more-filters:hover:before, body.more-filters-opened .more-filters:focus:before { - background-color: $menu-highlight-background; color: $menu-highlight-text; } @@ -472,7 +483,6 @@ body.more-filters-opened .more-filters:focus:before { color: $menu-highlight-text; } - /* jQuery UI Slider */ .wp-slider .ui-slider-handle,