]> git.mxchange.org Git - friendica.git/commitdiff
move checkbox settings to schemes
authorVinzenz Vietzke <vinz@vinzv.de>
Mon, 12 Oct 2020 21:18:53 +0000 (23:18 +0200)
committerVinzenz Vietzke <vinz@vinzv.de>
Mon, 12 Oct 2020 21:18:53 +0000 (23:18 +0200)
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

index 3d4c67fa35bbbe39b109348361e8d05a68daca71..263322db2c12e95a0ae7059f923a951a84070b30 100644 (file)
@@ -82,6 +82,11 @@ input[type=range] {
        color: $font_color_darker;
 }
 
+.radio label::before,
+.checkbox label::before {
+       background-color: $background_color;
+}
+
 .nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus,
 .nav-tabs>li.active>a:hover,
index 411a5811c60512faea996c2a974a2ed7916cf185..bf5a347d1fda48b6eb18514244cca3b47f11d843 100644 (file)
@@ -83,6 +83,11 @@ input[type=range] {
        color: $font_color_darker;
 }
 
+.radio label::before,
+.checkbox label::before {
+       background-color: $background_color;
+}
+
 .nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus,
 .nav-tabs>li.active>a:hover,