Skip to content

Commit

Permalink
fix(monitoraggio-caricamenti): fix chip color 20241015
Browse files Browse the repository at this point in the history
  • Loading branch information
lcucuzzella committed Oct 15, 2024
1 parent f78ce42 commit 11b8681
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,18 @@ input#dateInputDataFine {
}

.chip-label{
color: #5C6F81 !important;
color: #5C6F81;
}

.chip:hover:not(.chip-disabled) .chip-label{
color: #5C6F81;
}

.chip:hover:not(.chip-disabled) button .icon, .chip:hover:not(.chip-disabled)>.icon{
fill: #5C6F81
}


.bootstrap-select {
&__single-value {
color: #0066CC !important;
Expand Down

0 comments on commit 11b8681

Please sign in to comment.