grafana dropdown form color fix

This commit is contained in:
gilbn 2020-01-21 19:27:34 +01:00
parent 76470cab0b
commit 66b4cfb008

View File

@ -49,7 +49,7 @@ border: 1px solid #00000000;
background-color: rgba(0, 0, 0, 0.25);
}
.css-0.gf-form-select-box__menu {
background: #FFF !important;
background: #09090b !important;
-webkit-box-shadow:5px 5px 20px -5px #000;
box-shadow:5px 5px 20px -5px #000;
position:absolute;