grafana: dropdown fixes

This commit is contained in:
gilbN 2019-07-18 22:54:17 +02:00
parent c533c46f65
commit 463950582c

View File

@ -114,10 +114,10 @@ color:#FFFFFF !important;
background: rgba(0, 0, 0, 0.25)!important; background: rgba(0, 0, 0, 0.25)!important;
} }
.dropdown-menu>li>a { .dropdown-menu>li>a {
color: #ffffff; color: #ffffff!important;
} }
.dropdown-menu-item-shortcut { .dropdown-menu-item-shortcut {
color: #ffffff; color: #ffffff!important;
} }
.dropdown-submenu:hover>a { .dropdown-submenu:hover>a {
Background-color: rgba(0, 0, 0, 0.25)!important; Background-color: rgba(0, 0, 0, 0.25)!important;