From 213b38613c79c8c442d4bd0fc281ca3c46c6ca89 Mon Sep 17 00:00:00 2001 From: Navaneesh Kumar Date: Mon, 3 Aug 2020 12:47:25 -0700 Subject: [PATCH] Change dropdown hover color to white (#5593) Signed-off-by: Navaneesh Kumar --- web/ui/static/css/graph.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ui/static/css/graph.css b/web/ui/static/css/graph.css index 29ecd1f59..d10cc394f 100644 --- a/web/ui/static/css/graph.css +++ b/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 {