diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 1fa2d6179..88397fb6c 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2044,7 +2044,7 @@ p.wall-item-announce, .radio label::before, .checkbox label::before { - background-color: $background_color; + background-color: rgba(255,255,255,$contentbg_transp); } .radio label::after { background-color: $link_color; diff --git a/view/theme/frio/scheme/black.css b/view/theme/frio/scheme/black.css index 3d4c67fa3..263322db2 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 411a5811c..bf5a347d1 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,