From 5cc4e8998f31f0063fa71a7a25902a31f12a4a92 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 4 Jun 2024 14:15:18 +0300 Subject: Another fix --- static/styles.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') 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; } -- cgit v1.3