2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Enable bootstrap-5 theme for select2

This commit is contained in:
Oliver
2021-10-30 22:16:40 +11:00
parent 2830fc3c7f
commit 638c9d4007
6 changed files with 521 additions and 17 deletions

View File

@ -245,11 +245,6 @@
color: #98d296;
}
/* Force select2 elements in modal forms to be full width */
.select-full-width {
width: 100%;
}
.basecurrency {
color: #050;
font-style: italic;
@ -964,13 +959,6 @@ a.anchor {
z-index: 99998;
}
.select2-container {
width: 100%;
}
.select2-container .select2-selection--single {
height: 30px;
}
.select2-thumbnail {
max-width: 24px;