We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e723f commit e3b14d8Copy full SHA for e3b14d8
assets/css/admin-bar.php
@@ -0,0 +1,32 @@
1
+<style type="text/css">
2
+ #wpadminbar {
3
+ background-color: %s !important;
4
+ }
5
+
6
+ #wp-admin-bar-environment-notice {
7
+ display: none;
8
9
10
+ #wpadminbar .ab-item,
11
+ #wpadminbar a.ab-item,
12
+ #wpadminbar > #wp-toolbar span.ab-label,
13
+ #wpadminbar > #wp-toolbar span.noticon,
14
+ .adminbar--environment-notice {
15
+ color: #fff;
16
17
18
+ @media only screen and ( min-width: 800px ) {
19
20
+ display: block;
21
22
23
+ #wp-admin-bar-environment-notice .ab-item {
24
25
26
27
+ #wp-admin-bar-environment-notice:hover .ab-item {
28
29
30
31
32
+style>
0 commit comments