From d67b65277be72f8f35895c404844739054fc0be0 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sat, 15 Sep 2012 14:43:25 -0400 Subject: Roll back issue #948516 from Drupal 7 for now (which made down arrows in fieldsets part of the link) because it breaks RTL languages. --- modules/system/system.theme.css | 4 ++-- 1 file 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 */ } -- cgit v1.2.3