mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-05 06:03:22 +00:00

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