From c29bb1f27242212d4df7046d9d0c3ba7dad3e00b Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Mon, 6 Feb 2023 12:00:12 +0100 Subject: [PATCH] aggiunto css mancante dall'ultimo commit... --- css/custom_4.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/custom_4.css b/css/custom_4.css index 00dc58f..8057ffe 100644 --- a/css/custom_4.css +++ b/css/custom_4.css @@ -2,10 +2,11 @@ html, body { height: 100%; + background-color: #eaeae6 !important; } body { - padding-top: 62px; + padding-top: 61px; } .menuNavigazione { @@ -13,7 +14,7 @@ body { } .minimap { - width: 7%; + width: 110px; } .menuRicerca { @@ -252,6 +253,8 @@ a.text-lida4:hover, a.text-lida4:focus { /*------------------------------------ - Elements only +#f8f9fa! important; +#eaeae6 !important; ------------------------------------*/ .text-lida10 { color: #ccfb8c !important; @@ -275,7 +278,7 @@ a.text-lida4:hover, a.text-lida4:focus { } .bg-lida-vis { - background-color: #eaeae6 !important; + background-color: #f8f9fa! important; }