]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - css/ext6-pmx.css
use eslint and execute as check target
[proxmox-widget-toolkit.git] / css / ext6-pmx.css
CommitLineData
94953ba8
DC
1.pmx-clear-trigger {
2 background-image: url(../images/pmx-clear-trigger.png);
3}
3e8c6d3c
SI
4
5.pmx-hint {
6 background-color: LightYellow;
7}
dca21e59
TL
8
9.x-mask-msg-text {
10 text-align: center;
11}
88725b27
TL
12
13.proxmox-invalid-row {
14 background-color: #f3d6d7;
15}
6d812e6d
DC
16
17/* some icons have to be color manually */
18.black {
19 color: #000;
20}
21
22.normal {
23 color: #c2ddf2;
24}
25
26.faded {
27 color: #cfcfcf;
28}
29
30.good {
31 color: #21BF4B;
32}
33
34.warning {
35 color: #fc0;
36}
37
38.critical {
39 color: #FF6C59;
40}
9f1b3a70
TL
41
42/* reduce chart legend space usage to something more sane */
43.x-legend-item {
44 padding: 0.4em 0.8em 0.4em 1.8em;
45}
46
47.x-legend-item-marker {
48 left: 0.5em;
49 top: 0.6em;
50}