Browse Source

fix: 🐛 Uptime-kuma: multiselect color fix

pull/420/head
GilbN 2 years ago
parent
commit
28b5464882
  1. 6
      css/base/uptime-kuma/uptime-kuma-base.css

6
css/base/uptime-kuma/uptime-kuma-base.css

@ -395,7 +395,11 @@ td {
.dark .multiselect__option--selected {
background: var(--transparency-dark-45);
color: var(--text-hover) !important;
font-weight: 700;
}
.dark .multiselect__option--selected::after,
.multiselect__option--selected::after {
color: var(--text-hover) !important;
}
.multiselect__tag,

Loading…
Cancel
Save