The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/web/ui/static/css/alerts.css

21 lines
353 B

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