summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorbrackets0 <brackets.web@gmail.com>2022-12-29 12:50:38 +0000
committerbrackets0 <brackets.web@gmail.com>2022-12-29 12:50:38 +0000
commit4659e27b568293d06aa2b33f00867b132c7b4a92 (patch)
treeb5ca6540d3558447384d24691cc03f7620d05a34 /assets
parent5160d8bae39dc5cc5d51abee90571a03c08d0f2b (diff)
downloadinvidious-4659e27b568293d06aa2b33f00867b132c7b4a92.tar.gz
invidious-4659e27b568293d06aa2b33f00867b132c7b4a92.tar.bz2
invidious-4659e27b568293d06aa2b33f00867b132c7b4a92.zip
fix: on hover btn #descexpansionbutton cursor to pointer
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
1 files changed, 4 insertions, 0 deletions
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;