From 5e3670c2d03021bb30ebe3ff8839b1ce13e0e283 Mon Sep 17 00:00:00 2001 From: vinzv Date: Mon, 12 Oct 2020 23:24:27 +0200 Subject: [PATCH] move from nav_bg color to static background color --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index d361b63604..88397fb6cb 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: $nav_bg; + background-color: rgba(255,255,255,$contentbg_transp); } .radio label::after { background-color: $link_color;