]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/admin-menu-rtl.css
WordPress 4.1
[autoinstalls/wordpress.git] / wp-admin / css / admin-menu-rtl.css
index 7ea5ff6ba31f8dfb8181fd44302b3e6de71526fc..f18ead9911fb3dda593a992dd86a0c26d79ca48b 100644 (file)
@@ -15,7 +15,7 @@
 
 #adminmenu {
        clear: right;
-       margin: 12px 0 0;
+       margin: 12px 0;
        padding: 0;
        list-style: none;
 }
 #adminmenuwrap {
        position: relative;
        float: right;
+       z-index: 9990;
 }
 
 /* side admin menu */
 #adminmenu li.menu-top > a:focus,
 #adminmenu .wp-submenu a:hover,
 #adminmenu .wp-submenu a:focus {
-       color: #2ea2cc;
+       color: #45bbe6;
 }
 
 #adminmenu li.menu-top {
@@ -375,7 +376,7 @@ div.wp-menu-image:before {
 }
 
 #adminmenu li:hover div.wp-menu-image:before {
-       color: #2ea2cc;
+       color: #45bbe6;
 }
 
 .folded #adminmenu div.wp-menu-image {
@@ -406,7 +407,6 @@ div.wp-menu-image:before {
 /* Sticky admin menu */
 .sticky-menu #adminmenuwrap {
        position: fixed;
-       z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
 }
 
 /* A new arrow */
@@ -524,7 +524,7 @@ ul#adminmenu > li.current > a.current:after {
 
 #adminmenu li.current a .awaiting-mod,
 #adminmenu     li a.wp-has-current-submenu .update-plugins {
-       background-color: #2ea2cc;
+       background-color: #45bbe6;
        color: #fff;
 }
 
@@ -544,7 +544,7 @@ ul#adminmenu > li.current > a.current:after {
 
 #collapse-menu:hover,
 #collapse-menu:hover #collapse-button div:after {
-       color: #2ea2cc;
+       color: #45bbe6;
 }
 
 .folded #collapse-menu span {
@@ -610,6 +610,11 @@ li#wp-admin-bar-menu-toggle {
        display: none;
 }
 
+/* Hide-if-customize for items we can't add classes to */
+.customize-support #menu-appearance a[href="themes.php?page=custom-header"],
+.customize-support #menu-appearance a[href="themes.php?page=custom-background"] {
+       display: none;
+}
 
 /* Auto-folding of the admin menu */
 @media only screen and (max-width: 960px) {