proxmox-widget-toolkit/css/ext6-pmx.css
Thomas Lamprecht dca21e597e monStoreErrors: refactor out and render param exception errors
adapt the .x-mask-msg-text class to center the text, as else this
looks not to nice..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-24 16:59:55 +02:00

12 lines
179 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;
}