]> git.mxchange.org Git - friendica.git/commitdiff
move from nav_bg color to static background color
authorvinzv <vinz@vinzv.de>
Mon, 12 Oct 2020 21:24:27 +0000 (23:24 +0200)
committervinzv <vinz@vinzv.de>
Mon, 12 Oct 2020 21:24:27 +0000 (23:24 +0200)
view/theme/frio/css/style.css

index d361b636044063cd8d362863b51dcd3558302154..88397fb6cba6bd912630b88e8ca562ccbfd6ab30 100644 (file)
@@ -2044,7 +2044,7 @@ p.wall-item-announce,
 
 .radio label::before,
 .checkbox label::before {
-       background-color: $nav_bg;
+       background-color: rgba(255,255,255,$contentbg_transp);
 }
 .radio label::after {
        background-color: $link_color;