]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Set pointer cursor for status bar
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Jan 2017 09:11:16 +0000 (10:11 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Jan 2017 09:11:16 +0000 (10:11 +0100)
It can be dismissed by clicking on it, so hint this by setting the
pointer cursor type.

app/styles/base.css

index 6f6afb75316145f9f98a9071b0d750e39a122a71..ebf09169848e3bcde5f2a94ac106e72f4b94d791 100644 (file)
@@ -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;