prometheus/web/ui/static/css/alerts.css
Julien Pivotto 155faab7a2 Display annotations on Alerts page (#3900)
Fixes #1219

Signed-off-by: Julien Pivotto <[email protected]>
2018-03-01 15:26:36 +00:00

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;
}