Skip to content
Snippets Groups Projects
Commit db96b869 authored by Steven Wittens's avatar Steven Wittens
Browse files

#104175: Fix disappearing fieldset title in firefox.

parent 2019cb1c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -785,6 +785,11 @@ fieldset { ...@@ -785,6 +785,11 @@ fieldset {
background: #fff url(images/gradient-inner.png) repeat-x 0 0; background: #fff url(images/gradient-inner.png) repeat-x 0 0;
} }
fieldset legend {
/* Fix disappearing legend in FFox */
display: block;
}
html.js fieldset.collapsed { html.js fieldset.collapsed {
background: transparent; background: transparent;
padding-top: 0; padding-top: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment