fix sass, so hidden fields don't show up in old fx versions
This commit is contained in:
parent
674ca883e5
commit
f1cee54e6a
1 changed files with 1 additions and 4 deletions
|
|
@ -806,7 +806,7 @@ a.paginate, #infscr-loading
|
|||
h5
|
||||
:color #ccc
|
||||
|
||||
input:not([type='submit']):not([type='reset']),
|
||||
input:not([type='submit']):not([type='reset']):not([type='hidden']),
|
||||
textarea
|
||||
@include border-radius(2px)
|
||||
|
||||
|
|
@ -823,9 +823,6 @@ textarea
|
|||
input[type='checkbox']
|
||||
:width auto !important
|
||||
|
||||
input[type='hidden']
|
||||
:display none
|
||||
|
||||
.submit_block
|
||||
:text
|
||||
:align right
|
||||
|
|
|
|||
Loading…
Reference in a new issue