Fix typo in fallback_error CSS comment
Typo from commit e1f8232bc90c77e5746f6f8356613962021cc862
This commit is contained in:
parent
e1f8232bc9
commit
6f55527514
@ -287,7 +287,7 @@ select:active {
|
|||||||
#noVNC_fallback_error {
|
#noVNC_fallback_error {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
visibility: hidden;
|
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 */
|
and don't let mouse events pass through */
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user