From 3acf149c383bbbc8624f74574ad7dbfd9c537430 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 07:14:44 +0200 Subject: [PATCH] cursors --- static/orgs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/orgs.css b/static/orgs.css index c5c1c94..034f8bb 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -144,4 +144,9 @@ h1 { #top { padding-top: 42px; +} + + +.up:hover, .down:hover, .top:hover, .bottom:hover { + cursor: pointer; } \ No newline at end of file