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:
parent
0bc4e4eb8a
commit
082bc6b478
|
@ -48,11 +48,11 @@ html {
|
|||
}
|
||||
|
||||
.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 {
|
||||
background: linear-gradient(#f0f040 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%);
|
||||
background: linear-gradient(#b4b41e 0%,#899cb3 49%,#7e93af 51%,#6e84a3 100%);
|
||||
}
|
||||
|
||||
#noVNC_buttons {
|
||||
|
|
Loading…
Reference in New Issue