File: alerts.css

package info (click to toggle)
prometheus 2.7.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,912 kB
  • sloc: lex: 171; sh: 155; makefile: 78
file content (29 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.alert_header {
  cursor: pointer;
}

.alert_details {
  display: none;
}

div.show-annotations {
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1em;
}

div.show-annotations:hover {
  cursor: pointer;
}

div.show-annotations button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

div.show-annotations.is-checked {
  color: #286090;
}