]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/admin-bar-rtl.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-includes / css / admin-bar-rtl.css
index 6a1e827289ee37e5f98e96da67cffc0e42f5e007..9a9c6e60bf34b12964cb9f930f83c7a845f7c4fe 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-left: 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-right: 1px solid transparent;
-}
-
 #wpadminbar .quicklinks ul {
        text-align: right;
 }
@@ -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";
 }