Change dropdown hover color to white (#5593)
Signed-off-by: Navaneesh Kumar <navaneeshkumarb@gmail.com>
This commit is contained in:
parent
019d031f3e
commit
213b38613c
|
@ -206,6 +206,7 @@ input[name="end_input"], input[name="range_input"] {
|
||||||
|
|
||||||
li.active, .dropdown-item:focus, .dropdown-item:hover {
|
li.active, .dropdown-item:focus, .dropdown-item:hover {
|
||||||
background-color: steelblue;
|
background-color: steelblue;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.new_ui_button {
|
button.new_ui_button {
|
||||||
|
|
Loading…
Reference in New Issue