Skip to content

Commit

Permalink
Fix "No matches found" in dark mode (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Oct 3, 2023
1 parent 7a3aae1 commit b9e91b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ label:not(.btn) {
background-image: none;
}

.select2-no-results {
background-color: var(--background) !important;
}

input.select2-input {
color: var(--text);
/*
Expand All @@ -159,4 +163,3 @@ input.select2-input {
*/
background: url('../js/vendor/select2/select2.png') no-repeat 100% -22px, var(--background);
}

0 comments on commit b9e91b0

Please sign in to comment.