From 3ccce75863367bdf5717bb5d1e4c576384d93e4e Mon Sep 17 00:00:00 2001 From: walster001 Date: Fri, 25 Apr 2025 20:15:34 +0930 Subject: [PATCH] Fix contrast issue checkbox - Fixed contrasting issue with tick check on custom fields, also fixed the ugly green tick coming up on the checklists in cards by utilisation of the !important tag to override it with the checkbox colour for custom fields also. --- client/components/boards/boardColors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 7f1bb29e4..10c5f74a2 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -2544,8 +2544,8 @@ THEME - Exodark background: #1b1b1b; } .board-color-exodark .materialCheckBox.is-checked { - border-bottom: 2px solid #222; - border-right: 2px solid #222; + border-bottom: 2px solid #dbdbdb!important;/*Fix contrast of checkbox*/ + border-right: 2px solid #dbdbdb!important; } .board-color-exodark .is-multiselection-active .multi-selection-checkbox.is-checked + .minicard { background: #e9e9e9;