]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/colors/_admin.scss
WordPress 4.0-scripts
[autoinstalls/wordpress.git] / wp-admin / css / colors / _admin.scss
index 2ce80049c33cea41203a4f279fc2765edec49ead..032e3a0ac307f44b823e0737489ef6b83e6b8769 100644 (file)
@@ -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,