proxmox-widget-toolkit/css/ext6-pmx.css
Thomas Lamprecht 9f1b3a70cb css: reduce chart legends space impact
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-29 19:21:14 +02:00

51 lines
640 B
CSS

.pmx-clear-trigger {
background-image: url(../images/pmx-clear-trigger.png);
}
.pmx-hint {
background-color: LightYellow;
}
.x-mask-msg-text {
text-align: center;
}
.proxmox-invalid-row {
background-color: #f3d6d7;
}
/* some icons have to be color manually */
.black {
color: #000;
}
.normal {
color: #c2ddf2;
}
.faded {
color: #cfcfcf;
}
.good {
color: #21BF4B;
}
.warning {
color: #fc0;
}
.critical {
color: #FF6C59;
}
/* reduce chart legend space usage to something more sane */
.x-legend-item {
padding: 0.4em 0.8em 0.4em 1.8em;
}
.x-legend-item-marker {
left: 0.5em;
top: 0.6em;
}