Browse Source

Change dropdown hover color to white (#5593)

Signed-off-by: Navaneesh Kumar <navaneeshkumarb@gmail.com>
pull/7736/head
Navaneesh Kumar 4 years ago committed by GitHub
parent
commit
213b38613c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web/ui/static/css/graph.css

1
web/ui/static/css/graph.css

@ -206,6 +206,7 @@ input[name="end_input"], input[name="range_input"] {
li.active, .dropdown-item:focus, .dropdown-item:hover {
background-color: steelblue;
color: #fff;
}
button.new_ui_button {

Loading…
Cancel
Save