From 2d5e97380a1a50fc55891c68cb7450dbfb2fb6c1 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Thu, 3 Mar 2022 19:59:19 -0300 Subject: [PATCH] Fix prettier issues Signed-off-by: RD WebDesign --- style/pi-hole.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index 1196bbe5..24117b10 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -531,7 +531,7 @@ td.details-control { .login-help { padding: 6px; - background: rgba(127, 127, 127,0.05); + background: rgba(127, 127, 127, 0.05); text-align: center; } @@ -548,7 +548,7 @@ td.details-control { } /*** Accessibility - Add focus for checkboxes and radio buttons (icheck) ***/ -[class*=icheck-]>input:first-child:focus+label::before { +[class*="icheck-"] > input:first-child:focus + label::before { outline: 1px #3c8dbc solid; border-color: #3c8dbc; }