From 4659e27b568293d06aa2b33f00867b132c7b4a92 Mon Sep 17 00:00:00 2001 From: brackets0 Date: Thu, 29 Dec 2022 12:50:38 +0000 Subject: [PATCH] fix: on hover btn #descexpansionbutton cursor to pointer --- assets/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index ab2b79e6..a61beaaf 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -504,6 +504,10 @@ hr { height: 100%; } +#descexpansionbutton:hover { + cursor: pointer; +} + #descexpansionbutton ~ label { order: 1; margin-top: 20px;