]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/colors/_admin.scss
WordPress 4.2-scripts
[autoinstalls/wordpress.git] / wp-admin / css / colors / _admin.scss
index 2ce80049c33cea41203a4f279fc2765edec49ead..20ac8f09c93dba42cb819e8857cdcceca78b9c9d 100644 (file)
@@ -211,7 +211,14 @@ ul#adminmenu > li.current > a.current:after {
        background: $menu-current-background;
 }
 
-#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
+#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
+#adminmenu a.current:hover div.wp-menu-image:before,
+#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
+#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
+#adminmenu li:hover div.wp-menu-image:before,
+#adminmenu li a:focus div.wp-menu-image:before,
+#adminmenu li.opensub div.wp-menu-image:before,
+.ie8 #adminmenu li.opensub div.wp-menu-image:before {
        color: $menu-current-icon;
 }
 
@@ -357,10 +364,10 @@ ul#adminmenu > li.current > a.current:after {
        background: $adminbar-input-background;
 }
 
-#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder { color: $menu-text; opacity: .7; }
-#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder { color: $menu-text; opacity: .7; }
-#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder { color: $menu-text; opacity: .7; }
-#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder { color: $menu-text; opacity: .7; }
+#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder { color: $menu-text; opacity: 0.7; }
+#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder { color: $menu-text; opacity: 0.7; }
+#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder { color: $menu-text; opacity: 0.7; }
+#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder { color: $menu-text; opacity: 0.7; }
 
 
 /* Admin Bar: my account */
@@ -395,12 +402,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 +417,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,40 +427,51 @@ 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 */
 
 .theme-browser .theme.active .theme-name,
-.theme-browser .theme.add-new-theme:hover:after {
+.theme-browser .theme.add-new-theme a:hover:after,
+.theme-browser .theme.add-new-theme a:focus:after {
        background: $highlight-color;
 }
 
-.theme-browser .theme.add-new-theme:hover span:after {
+.theme-browser .theme.add-new-theme a:hover span:after,
+.theme-browser .theme.add-new-theme a:focus span: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 +494,6 @@ body.more-filters-opened .more-filters:focus:before {
        color: $menu-highlight-text;
 }
 
-
 /* jQuery UI Slider */
 
 .wp-slider .ui-slider-handle,
@@ -483,17 +504,6 @@ body.more-filters-opened .more-filters:focus:before {
        box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
 }
 
-/* Thickbox: Plugin information */
-
-#sidemenu a.current {
-       background: $body-background;
-       border-bottom-color: $body-background;
-}
-
-#plugin-information .action-button {
-       background: $button-color;
-}
-
 /* Responsive Component */
 
 div#wp-responsive-toggle a:before {
@@ -506,10 +516,6 @@ div#wp-responsive-toggle a:before {
        background: $menu-highlight-background;
 }
 
-.star-rating .star {
-       color: $highlight-color;
-}
-
 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
        background: $menu-submenu-background;
 }