From 1ebc2669fffcc68903a7afe835f2868c306ab3d0 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:18:52 +0200 Subject: [PATCH] fix checkboxes color in pihole --- css/base/pihole/pihole-base.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/base/pihole/pihole-base.css b/css/base/pihole/pihole-base.css index 773dddc8..0df2d04a 100644 --- a/css/base/pihole/pihole-base.css +++ b/css/base/pihole/pihole-base.css @@ -499,6 +499,11 @@ border-color: var(--button-color) !important; } + [class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, + [class*=icheck-]>input:first-child:checked+label::after { + border-color: var(--button-text); + } + /* Input */ input, .form-control, @@ -590,4 +595,4 @@ border-radius: 8px; background: var(--transparency-light-50); background-clip: padding-box; - } \ No newline at end of file + }