prometheus/web/static/css/alerts.css

24 lines
293 B
CSS
Raw Normal View History

.alert_header {
cursor: pointer;
}
2013-07-23 18:14:40 -07:00
.alert_details {
display: none;
}
2013-07-24 03:23:35 -07:00
.silence_children_link {
margin-left: 5px;
}
2013-07-23 18:14:40 -07:00
.alert_rule {
padding: 5px;
color: #333;
background-color: #ddd;
font-family: monospace;
font-weight: normal;
}
.alert_description {
padding: 8px 0 8px 0;
}