diff --git a/view/theme/frio/scheme/black.css b/view/theme/frio/scheme/black.css index 3d4c67fa35..263322db2c 100644 --- a/view/theme/frio/scheme/black.css +++ b/view/theme/frio/scheme/black.css @@ -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, diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/dark.css index 411a5811c6..bf5a347d1f 100644 --- a/view/theme/frio/scheme/dark.css +++ b/view/theme/frio/scheme/dark.css @@ -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,