mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-28 07:59:40 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user