White background for dropdowns

This commit is contained in:
Jean-Baptiste Bellet
2022-12-05 22:00:03 +01:00
parent 20596b9441
commit 19bd067379
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/* Override app/webpacker/css/admin/dropdown.scss */
.ofn-drop-down,
.ofn-drop-down-with-prepend .ofn-drop-down-prepend {
background-color: white;
&.disabled {
opacity: 0.9;
}
}

View File

@@ -11,6 +11,7 @@
@import "components/progress.scss";
@import "components/sidebar.scss";
@import "components/tom_select.scss";
@import "components/dropdown.scss";
body {
background-color: $v2-body-bg;