Fix hidden fields issue in Iceweasel
This commit is contained in:
parent
b9cafc0579
commit
b0a123b270
1 changed files with 3 additions and 0 deletions
|
|
@ -752,6 +752,9 @@ textarea
|
||||||
input[type='checkbox']
|
input[type='checkbox']
|
||||||
:width auto
|
:width auto
|
||||||
|
|
||||||
|
input[type='hidden']
|
||||||
|
:display none
|
||||||
|
|
||||||
.submit_block
|
.submit_block
|
||||||
:text
|
:text
|
||||||
:align right
|
:align right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue