css tweak
This commit is contained in:
parent
9bf7f45354
commit
5e453e3227
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue