diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-06-04 14:15:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 5cc4e8998f31f0063fa71a7a25902a31f12a4a92 (patch) | |
| tree | 91c4b2d90ced8b123fdd5a4fd41f007362579bc1 | |
| parent | 6aac800cb587f83902923586217b9df446076d16 (diff) | |
Another fix
| -rw-r--r-- | static/styles.css | 2 |
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; } |
