mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
155faab7a2
Fixes #1219 Signed-off-by: Julien Pivotto <[email protected]>
22 lines
353 B
CSS
22 lines
353 B
CSS
.alert_header {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.alert_details {
|
|
display: none;
|
|
}
|
|
|
|
.filters button.show-annotations {
|
|
background-color: white;
|
|
border-color: #adadad;
|
|
border-radius: 0;
|
|
color: #333;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.filters button.show-annotations.is-checked {
|
|
color: #fff;
|
|
background-color: #286090;
|
|
border-color: #204d74;
|
|
}
|