summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.theme.css b/modules/system/system.theme.css
index 730d4587d..73cebee73 100644
--- a/modules/system/system.theme.css
+++ b/modules/system/system.theme.css
@@ -173,11 +173,11 @@ input.form-radio {
*
* @see collapse.js
*/
-html.js fieldset.collapsible .fieldset-legend a {
+html.js fieldset.collapsible .fieldset-legend {
background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
padding-left: 15px; /* LTR */
}
-html.js fieldset.collapsed .fieldset-legend a {
+html.js fieldset.collapsed .fieldset-legend {
background-image: url(../../misc/menu-collapsed.png); /* LTR */
background-position: 5px 50%; /* LTR */
}