mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-08-05 17:23:37 +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:
parent
7d73fdf9a4
commit
a7619faf18
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user