File: alerts.css

package info (click to toggle)
prometheus 2.24.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,576 kB
  • sloc: javascript: 2,471; yacc: 555; asm: 297; sh: 215; lex: 180; makefile: 157
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;
}