]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
css: add proxmox-invalid-row class
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 May 2020 14:46:48 +0000 (16:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 May 2020 14:46:48 +0000 (16:46 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
css/ext6-pmx.css

index 83804d99a3af4a455c957c981d1182d695b07421..9b15392251e36b2c505161165bafc4dc0c6eef0e 100644 (file)
@@ -9,3 +9,7 @@
 .x-mask-msg-text {
     text-align: center;
 }
+
+.proxmox-invalid-row {
+    background-color: #f3d6d7;
+}