From bb5b8906727cf4e4548cc875807775d80ff65333 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Sun, 18 Oct 2020 19:03:08 +0200 Subject: [PATCH] changed button hover --- static/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 6e7da37..52e46d2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -229,6 +229,10 @@ button { z-index: 2; } +button:hover { + cursor: pointer; +} + button#listoffiles { position: fixed; left: 46.3%; @@ -240,7 +244,6 @@ button#listoffiles { button#listoffiles:hover { background: white !important; - cursor: pointer; } button#about {