Styling change for Firefox - focus state on year/make/model/style
This commit is contained in:
parent
e60089a32a
commit
d9052eaa39
1 changed files with 6 additions and 0 deletions
|
|
@ -168,4 +168,10 @@ input {
|
||||||
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
|
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (-moz-appearance: none) {
|
||||||
|
input {
|
||||||
|
margin-top: -3px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue