Merge branch 'develop' into feature/SSR-135
This commit is contained in:
commit
d86126c1e4
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
|
||||
width: 0;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
input {
|
||||
margin-top: -3px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue