You are here

fieldset_helper.css in Fieldset helper 6.2

Same filename and directory in other branches
  1. 7.2 fieldset_helper.css

Fieldset helper styling

File

fieldset_helper.css
View source
  1. /**
  2. * @file
  3. * Fieldset helper styling
  4. */
  5. .fieldset-helper-toggle-all {
  6. display: none;
  7. }
  8. html.js .fieldset-helper-toggle-all {
  9. display: block;
  10. }