mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-09 22:04:38 +00:00
Set pointer cursor for status bar
It can be dismissed by clicking on it, so hint this by setting the pointer cursor type.
This commit is contained in:
@@ -603,6 +603,8 @@ input[type=button]:active, select:active {
|
||||
z-index: 100;
|
||||
transform: translateY(-100%);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
transition: 0.5s ease-in-out;
|
||||
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user