remove Firefox-specific code (unneeded after adding position:absolute to input)
This commit is contained in:
parent
3bdee0550e
commit
324da8117c
1 changed files with 0 additions and 6 deletions
|
|
@ -169,10 +169,4 @@ input {
|
||||||
width: 0;
|
width: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (-moz-appearance: none) {
|
|
||||||
input {
|
|
||||||
margin-top: -3.5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue