Skip to content
Snippets Groups Projects
Commit 1de37b34 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1361810 by rlmumford: non-collapsible fieldsets within collapsed...

- Patch #1361810 by rlmumford: non-collapsible fieldsets within collapsed fieldsets have 'expanded' icon.
parent c0216187
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
......@@ -41,12 +41,12 @@ th {
/**
* Collapsible fieldsets.
*/
html.js fieldset.collapsible .fieldset-legend {
html.js fieldset.collapsible > legend .fieldset-legend {
background-position: 98% 75%;
padding-left: 0;
padding-right: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
html.js fieldset.collapsed > legend .fieldset-legend {
background-image: url(../../misc/menu-collapsed-rtl.png);
background-position: 98% 50%;
}
......
......@@ -173,11 +173,11 @@ abbr.form-required, abbr.tabledrag-changed, abbr.ajax-changed {
*
* @see collapse.js
*/
html.js fieldset.collapsible .fieldset-legend {
html.js fieldset.collapsible > legend .fieldset-legend {
background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
html.js fieldset.collapsed > legend .fieldset-legend {
background-image: url(../../misc/menu-collapsed.png); /* LTR */
background-position: 5px 50%; /* LTR */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment