From a7619faf18993384dc12b66da1c39c49f57596cf Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 20 Jan 2017 10:11:16 +0100 Subject: [PATCH] Set pointer cursor for status bar It can be dismissed by clicking on it, so hint this by setting the pointer cursor type. --- app/styles/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/base.css b/app/styles/base.css index 6f6afb7..ebf0916 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -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;