Whitespace and other cleanups

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2019-02-17 19:35:56 +00:00
parent 7244ef3783
commit 7b724cea3a
3 changed files with 8 additions and 9 deletions

View file

@ -200,6 +200,5 @@ input[name="end_input"], input[name="range_input"] {
} }
li.active, .dropdown-item:focus, .dropdown-item:hover { li.active, .dropdown-item:focus, .dropdown-item:hover {
/* color: #fff; */
background-color: steelblue; background-color: steelblue;
} }

View file

@ -167,7 +167,7 @@ a.prom_graph_link {
font-size: 0.8em; font-size: 0.8em;
border-radius: 0; border-radius: 0;
height: 29px; height: 29px;
border-color:#ccc; border-color: #ccc;
} }
.prom_graph_timecontrol_group .input { .prom_graph_timecontrol_group .input {