piccoli aggiustamenti grafici

This commit is contained in:
Luca Trupiano 2024-04-23 11:37:58 +02:00
parent 6e0b179508
commit 34db0ad289
1 changed files with 7 additions and 4 deletions

View File

@ -252,7 +252,7 @@ Ex browsingldc.css
.Nik_dropdown-content { .Nik_dropdown-content {
max-width: 170px; max-width: 170px;
min-width: 70px; min-width: 70px;
padding: 0px 0px; padding: 1px 1px;
font-size: 12px; font-size: 12px;
z-index: 100; z-index: 100;
} }
@ -382,6 +382,7 @@ a[target="_blank"]::after {
} }
.badge-outline-warning { .badge-outline-warning {
color: #325a7d; color: #325a7d;
background-color: #e8edf0;
border-color: #325a7d; border-color: #325a7d;
} }
.navig-canto:hover, .citazioneFrase:hover { .navig-canto:hover, .citazioneFrase:hover {
@ -446,6 +447,7 @@ a[target="_blank"]::after {
/* ------- mark #a996a0 -------- */ /* ------- mark #a996a0 -------- */
.mark { .mark {
/* background-color: #bac8d3 !important; */
background-color: #a996a0 !important; background-color: #a996a0 !important;
} }
@ -470,9 +472,10 @@ a[target="_blank"]::after {
/* ------- #1E90FF -------- */ /* ------- #1E90FF -------- */
.Nik_dropdown-content { .Nik_dropdown-content {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
background-color: #e4e5dd !important; /* background-color: #e4e5dd !important; */
color: #1E90FF; background-color: #f8f9fa !important;
color: #1E90FF !important;
} }