mirror of
https://ghproxy.net/https://github.com/presscustomizr/hueman.git
synced 2026-07-27 12:47:05 +08:00
36 lines
No EOL
910 B
CSS
36 lines
No EOL
910 B
CSS
/* ADMIN BAR
|
|
-------------------------------------------------- */
|
|
#wp-admin-bar-tc-hueman-help .ab-item:before, li#wp-admin-bar-tc-hueman-help a:before {
|
|
font-family: 'FontAwesome';
|
|
speak: none;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
content: "\f1cd";
|
|
color: #FFF;
|
|
padding-right: 0px;
|
|
top: 2px;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
li#wp-admin-bar-tc-hueman-help a {
|
|
color: #FFF!important;
|
|
text-decoration: none;
|
|
background-color: #82b965;
|
|
-webkit-transition: background .1s linear;
|
|
-moz-transition: background .1s linear;
|
|
-ms-transition: background .1s linear;
|
|
-o-transition: background .1s linear;
|
|
transition: background .1s linear;
|
|
}
|
|
|
|
|
|
.ab-top-menu>li#wp-admin-bar-tc-hueman-help:hover>.ab-item {
|
|
color: #FFF;
|
|
background: #6B9C51;
|
|
} |