]> git.mxchange.org Git - friendica.git/commitdiff
replace default checkbox color
authorVinzenz Vietzke <vinz@vinzv.de>
Mon, 12 Oct 2020 21:19:09 +0000 (23:19 +0200)
committerVinzenz Vietzke <vinz@vinzv.de>
Mon, 12 Oct 2020 21:19:09 +0000 (23:19 +0200)
view/theme/frio/css/style.css

index 1fa2d61797eda6bc1f3209cf185efcfe61ddd73b..d361b636044063cd8d362863b51dcd3558302154 100644 (file)
@@ -2044,7 +2044,7 @@ p.wall-item-announce,
 
 .radio label::before,
 .checkbox label::before {
-       background-color: $background_color;
+       background-color: $nav_bg;
 }
 .radio label::after {
        background-color: $link_color;