]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/admin-bar.css
WordPress 4.0.1-scripts
[autoinstalls/wordpress.git] / wp-includes / css / admin-bar.css
index e9f0299a134ce8c7f456128b38fc1ca9ef9e5664..4f5343c602f3b3c2081feb4827d6b285979b6591 100644 (file)
@@ -65,6 +65,8 @@ html:lang(he-il) .rtl #wpadminbar *  {
 #wpadminbar select,
 #wpadminbar textarea,
 #wpadminbar div {
+       -webkit-box-shadow: none;
+       box-shadow: none;
        outline: none;
 }
 
@@ -99,13 +101,6 @@ html:lang(he-il) .rtl #wpadminbar *  {
        margin-right: 0;
 }
 
-/* Prevent a Chrome bug that inadvertantly activates
-   :hover states on an element that touches the extreme
-   top left corner of the viewport. See #18868 */
-#wpadminbar .quicklinks {
-       border-left: 1px solid transparent;
-}
-
 #wpadminbar .quicklinks ul {
        text-align: left;
 }
@@ -509,6 +504,10 @@ html:lang(he-il) .rtl #wpadminbar *  {
 }
 
 #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
+       content: "\f226";
+}
+
+.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
        content: "\f102";
 }