X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..a7cd4c052013b423c6301153f68c7fdbaa2a447b:/wp-includes/css/admin-bar.css diff --git a/wp-includes/css/admin-bar.css b/wp-includes/css/admin-bar.css index e9f0299a..f48f6a1e 100644 --- a/wp-includes/css/admin-bar.css +++ b/wp-includes/css/admin-bar.css @@ -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; } @@ -216,13 +211,13 @@ html:lang(he-il) .rtl #wpadminbar * { #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item { background: #333; - color: #2ea2cc; + color: #45bbe6; } #wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label { - color: #2ea2cc; + color: #45bbe6; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, @@ -284,7 +279,7 @@ html:lang(he-il) .rtl #wpadminbar * { #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before { - color: #2ea2cc; + color: #45bbe6; } #wpadminbar .menupop .menupop > .ab-item:before, @@ -335,7 +330,7 @@ html:lang(he-il) .rtl #wpadminbar * { #wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover, #wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a { - color: #2ea2cc; + color: #45bbe6; } #wpadminbar .quicklinks a span#ab-updates { @@ -482,7 +477,7 @@ html:lang(he-il) .rtl #wpadminbar * { } #wpadminbar .quicklinks li a:hover .blavatar { - color: #2ea2cc; + color: #45bbe6; } #wpadminbar .quicklinks li .blavatar:before { @@ -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"; } @@ -643,8 +642,10 @@ html:lang(he-il) .rtl #wpadminbar * { */ .no-customize-support .hide-if-no-customize, .customize-support .hide-if-customize, +.no-customize-support #wpadminbar .hide-if-no-customize, .no-customize-support.wp-core-ui .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, +.customize-support #wpadminbar .hide-if-customize, .customize-support.wp-core-ui .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize { display: none; @@ -745,8 +746,6 @@ html:lang(he-il) .rtl #wpadminbar * { @media screen and ( max-width: 782px ) { /* Toolbar Touchification*/ html #wpadminbar { - left: 0 !important; - z-index: 500 !important; height: 46px; min-width: 300px; @@ -1055,7 +1054,6 @@ html:lang(he-il) .rtl #wpadminbar * { } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { - position: fixed; width: 100%; left: 0; }