aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-06-04 14:15:18 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commit5cc4e8998f31f0063fa71a7a25902a31f12a4a92 (patch)
tree91c4b2d90ced8b123fdd5a4fd41f007362579bc1 /static
parent6aac800cb587f83902923586217b9df446076d16 (diff)
Another fix
Diffstat (limited to 'static')
-rw-r--r--static/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index b937eeb..8b6c67e 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -201,6 +201,8 @@ input[type="submit"].delete-voter-btn {
padding: 0;
}
+/* This is to fix a CSS specificity issue with the .most-voted class */
+.most-voted,
.vote-table tr th.most-voted {
background-color: #ffcd0455 !important;
}