diff --git a/web/ui/static/css/graph.css b/web/ui/static/css/graph.css index 22c787be5..11b8511cd 100644 --- a/web/ui/static/css/graph.css +++ b/web/ui/static/css/graph.css @@ -200,6 +200,5 @@ input[name="end_input"], input[name="range_input"] { } li.active, .dropdown-item:focus, .dropdown-item:hover { - /* color: #fff; */ background-color: steelblue; } diff --git a/web/ui/static/css/prom_console.css b/web/ui/static/css/prom_console.css index 34e6fca2d..e5b8be7f9 100644 --- a/web/ui/static/css/prom_console.css +++ b/web/ui/static/css/prom_console.css @@ -167,7 +167,7 @@ a.prom_graph_link { font-size: 0.8em; border-radius: 0; height: 29px; - border-color:#ccc; + border-color: #ccc; } .prom_graph_timecontrol_group .input { diff --git a/web/ui/templates/_base.html b/web/ui/templates/_base.html index 6c8dc68bd..4c25adba5 100644 --- a/web/ui/templates/_base.html +++ b/web/ui/templates/_base.html @@ -1,12 +1,12 @@ - - - - {{ pageTitle }} - - - + + + + {{ pageTitle }} + + +