#104175: Fix disappearing fieldset title in firefox.

5.x
Steven Wittens 2007-02-06 08:13:06 +00:00
parent ba90af9815
commit ff02f059f5
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;