mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Whitespace and other cleanups
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
7244ef3783
commit
7b724cea3a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue