prometheus/web/ui/static/css/alerts.css

22 lines
353 B
CSS
Raw Normal View History

.alert_header {
cursor: pointer;
}
2013-07-23 18:14:40 -07:00
.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;
}