Skip to content

Commit a7b4f27

Browse files
dodo920306mymarche
authored andcommitted
Fix menu bg undefined for the light theme
1 parent f60c88b commit a7b4f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/css/select2-theming-patch.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
1111
border: 1px solid var(--input-border);
1212
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
13-
background-color: var(--menu-bg-color);
13+
background-color: var(--input-color);
1414
}
1515

1616
.select2-container--bootstrap4 .select2-search, .select2-search--dropdown .select2-search__field {
@@ -39,4 +39,4 @@
3939

4040
.select2.select2-container.select2-container--bootstrap4 {
4141
width: 100% !important;
42-
}
42+
}

0 commit comments

Comments
 (0)