]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/colors/_admin.scss
WordPress 4.1
[autoinstalls/wordpress.git] / wp-admin / css / colors / _admin.scss
index 2ce80049c33cea41203a4f279fc2765edec49ead..d83ff231ad148915dda4cdab20da7176382f8c11 100644 (file)
@@ -395,12 +395,14 @@ ul#adminmenu > li.current > a.current:after {
 }
 
 .wp-pointer.wp-pointer-top .wp-pointer-arrow,
-.wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
+.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
+.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
+.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
        border-bottom-color: $highlight-color;
 }
 
 
-/* Media Uploader */
+/* Media */
 
 .media-item .bar,
 .media-progress-bar div {
@@ -408,7 +410,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 +420,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 +441,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 +485,6 @@ body.more-filters-opened .more-filters:focus:before {
        color: $menu-highlight-text;
 }
 
-
 /* jQuery UI Slider */
 
 .wp-slider .ui-slider-handle,