From 34db0ad289c66d77ccc139a239a0e8ec2bab830c Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Tue, 23 Apr 2024 11:37:58 +0200 Subject: [PATCH] piccoli aggiustamenti grafici --- css/custom2_4.3.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css index 8229799..8868f0e 100644 --- a/css/custom2_4.3.css +++ b/css/custom2_4.3.css @@ -252,7 +252,7 @@ Ex browsingldc.css .Nik_dropdown-content { max-width: 170px; min-width: 70px; - padding: 0px 0px; + padding: 1px 1px; font-size: 12px; z-index: 100; } @@ -382,6 +382,7 @@ a[target="_blank"]::after { } .badge-outline-warning { color: #325a7d; + background-color: #e8edf0; border-color: #325a7d; } .navig-canto:hover, .citazioneFrase:hover { @@ -446,6 +447,7 @@ a[target="_blank"]::after { /* ------- mark #a996a0 -------- */ .mark { +/* background-color: #bac8d3 !important; */ background-color: #a996a0 !important; } @@ -470,9 +472,10 @@ a[target="_blank"]::after { /* ------- #1E90FF -------- */ .Nik_dropdown-content { - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - background-color: #e4e5dd !important; - color: #1E90FF; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4); +/* background-color: #e4e5dd !important; */ + background-color: #f8f9fa !important; + color: #1E90FF !important; }