mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +00:00
chore: update box-shadow
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e1e481c2f7
commit
58ba28d9b9
@ -253,10 +253,22 @@ form.form-horizontal {
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-inline .form-control {
|
.form-control:focus,
|
||||||
display: inline-block;
|
.form-check-input:focus,
|
||||||
width: auto;
|
.form-select:focus {
|
||||||
vertical-align: middle;
|
box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.accordion {
|
||||||
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
--bs-btn-focus-box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination {
|
||||||
|
--bs-pagination-btn-focus-box-shadow: 0 0 0 0.125rem rgb(13 110 253 / 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User accepted problems list */
|
/* User accepted problems list */
|
||||||
|
Loading…
Reference in New Issue
Block a user