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:
Pierre Ossman 2017-01-20 10:11:16 +01:00
parent 7d73fdf9a4
commit a7619faf18

View 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;