1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 22:07:53 +08:00

Merge remote-tracking branch 'origin/master' into shop_core_v2

This commit is contained in:
nEEtdo0d
2021-12-31 22:48:36 -05:00
47 changed files with 1113 additions and 75 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

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;
}

View File

@@ -28,7 +28,8 @@
background-color: #40444b !important;
}
.form-control {
.form-control,
.bootstrap-select>select{
border-bottom: .125rem solid #7a77bb;
}

View File

@@ -29,7 +29,8 @@
background-color: #eaecef !important;
}
.form-control {
.form-control,
.bootstrap-select>select{
border-bottom: .125rem solid #4e4c97;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB