mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 11:31:30 +08:00
@@ -154,6 +154,21 @@ select.form-control.is-invalid {
|
|||||||
background-position: right 1.5rem center;
|
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 {
|
.invalid-feedback {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
background-color: #40444b !important;
|
background-color: #40444b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control,
|
||||||
|
.bootstrap-select>select{
|
||||||
border-bottom: .125rem solid #7a77bb;
|
border-bottom: .125rem solid #7a77bb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,8 @@
|
|||||||
background-color: #eaecef !important;
|
background-color: #eaecef !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control,
|
||||||
|
.bootstrap-select>select{
|
||||||
border-bottom: .125rem solid #4e4c97;
|
border-bottom: .125rem solid #4e4c97;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user