mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
css tweak
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user