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 {