#104175: Fix disappearing fieldset title in firefox.

6.x
Steven Wittens 2007-02-06 08:12:42 +00:00
parent 2019cb1c52
commit db96b8694c
1 changed files with 5 additions and 0 deletions

View File

@ -785,6 +785,11 @@ fieldset {
background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}
fieldset legend {
/* Fix disappearing legend in FFox */
display: block;
}
html.js fieldset.collapsed {
background: transparent;
padding-top: 0;