diff --git a/serverside/style.css b/serverside/style.css index e10275cbb8fa913c76d4028d01fcd2164e1a2541..1355fe1545c96ccd824875162e559f86c0408a01 100644 --- a/serverside/style.css +++ b/serverside/style.css @@ -827,4 +827,8 @@ text-shadow:0 0 0 #2c2f33; .x-grid-row-loading { background-image: url(/pve2/images/dd_loading.svg); background-size: 32px; -} \ No newline at end of file +} + +.proxmox-invalid-row { +background-color: #401314; +}