File: alerts.css

package info (click to toggle)
prometheus 2.42.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,628 kB
  • sloc: javascript: 2,423; yacc: 587; sh: 378; lex: 183; makefile: 179
file content (30 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (4)
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
30
.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;
  color: inherit;
}

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