css tweak

This commit is contained in:
Nazar Kanaev 2021-03-17 16:17:48 +00:00
parent 9bf7f45354
commit 5e453e3227

View File

@ -13,8 +13,8 @@ body {
color: inherit; color: inherit;
} }
.form-control { .form-control, .form-control:focus {
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07); box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07) !important;
} }
select.form-control { select.form-control {
@ -28,7 +28,7 @@ select.form-control:not([multiple]):not([size]) {
cursor: pointer; cursor: pointer;
} }
.form-control:focus, .btn:focus { .btn:focus {
box-shadow: none !important; box-shadow: none !important;
} }