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