mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 436046 - "display != none should not apply to input[type=hidden]". r+sr=bzbarsky
This commit is contained in:
parent
d5488e072b
commit
9b6f4215a5
@ -349,7 +349,7 @@ optgroup[disabled] {
|
||||
/* hidden inputs */
|
||||
input[type="hidden"] {
|
||||
-moz-appearance: none;
|
||||
display: none;
|
||||
display: none !important;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
cursor: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user