summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-10-07 15:24:11 +0200
committerSamuel Mannehed <samuel@cendio.se>2022-10-07 15:24:11 +0200
commit6f55527514f7d78fa55bfaab2c9c163747606716 (patch)
treeaaa00e8c02a8e6dd4f7eb48a00e16be571cd3a0f
parente1f8232bc90c77e5746f6f8356613962021cc862 (diff)
downloadnovnc-6f55527514f7d78fa55bfaab2c9c163747606716.tar.gz
Fix typo in fallback_error CSS comment
Typo from commit e1f8232bc90c77e5746f6f8356613962021cc862
-rw-r--r--app/styles/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 59fd47b..5489028 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -287,7 +287,7 @@ select:active {
#noVNC_fallback_error {
z-index: 1000;
visibility: hidden;
- /* Put a white background in front of everything but the error,
+ /* Put a dark background in front of everything but the error,
and don't let mouse events pass through */
background: rgba(0, 0, 0, 0.8);
pointer-events: all;