Skip to content
Snippets Groups Projects
Commit a7619faf authored by Pierre Ossman's avatar Pierre Ossman
Browse files

Set pointer cursor for status bar

It can be dismissed by clicking on it, so hint this by setting the
pointer cursor type.
parent 7d73fdf9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment