1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Opt: Override bs-select styles for upcoming pywebio version

fc8a5469cc
This commit is contained in:
18870
2021-12-31 20:21:21 +08:00
parent a1f81a9290
commit 7d6b2166f0
3 changed files with 19 additions and 2 deletions

View File

@@ -154,6 +154,21 @@ select.form-control.is-invalid {
background-position: right 1.5rem center;
}
button.btn.dropdown-toggle {
display: none;
}
.bootstrap-select>select{
position: unset !important;
bottom: unset !important;
left: unset !important;
width: 100% !important;
height: unset !important;
padding: 0 1rem 0 0.5rem !important;
opacity: 1 !important;
z-index: auto !important;
}
.invalid-feedback {
margin-top: 0;
}