mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
css tweak
This commit is contained in:
parent
9bf7f45354
commit
5e453e3227
@ -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…
x
Reference in New Issue
Block a user