Skip to content

Commit

Permalink
Fixes dropdown color in dark mode (#8357)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Apr 26, 2024
1 parent c204be6 commit 15466f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions http_src/views/private/clients/dark-mode.scss
Expand Up @@ -869,4 +869,8 @@ table.dataTable thead th.sorting::after {
.dropdown-menu .dropdown-item:hover {
color: var(--bs-dropdown-link-hover-color)!important;
background-color: #79787C!important;
}

.select2-results__option {
color: rgb(209, 209, 209) !important;
}

0 comments on commit 15466f8

Please sign in to comment.