Browse Source
Merge pull request #21 from jonasled/patch-6
fixed color of error line in log
old
Weilbyte
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
serverside/style.css
|
@ -828,3 +828,7 @@ text-shadow:0 0 0 #2c2f33; |
|
|
background-image: url(/pve2/images/dd_loading.svg); |
|
|
background-image: url(/pve2/images/dd_loading.svg); |
|
|
background-size: 32px; |
|
|
background-size: 32px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.proxmox-invalid-row { |
|
|
|
|
|
background-color: #401314; |
|
|
|
|
|
} |
|
|