Use more subtle colors for warn and error in lite

The clear red and yellow colors used before does not match well with the
rest of noVNC's color scheme.
This commit is contained in:
Samuel Mannehed 2017-10-30 15:31:56 +01:00
parent 0bc4e4eb8a
commit 082bc6b478
1 changed files with 2 additions and 2 deletions

View File

@ -48,11 +48,11 @@ html {
} }
.noVNC_status_error { .noVNC_status_error {
background: linear-gradient(#f04040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); background: linear-gradient(#c83737 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%);
} }
.noVNC_status_warn { .noVNC_status_warn {
background: linear-gradient(#f0f040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%); background: linear-gradient(#b4b41e 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%);
} }
#noVNC_buttons { #noVNC_buttons {