Styling change for Firefox - focus state on year/make/model/style

This commit is contained in:
Kroell 2022-12-23 10:28:01 -05:00
parent e60089a32a
commit d9052eaa39

View file

@ -168,4 +168,10 @@ input {
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
width: 0;
}
@supports (-moz-appearance: none) {
input {
margin-top: -3px !important;
}
}
</style>