Issue #948516 by sirtet, DamienMcKenna, tkoleary: Fixed Usability bug: down arrow of fieldsets in D7 overlays should be part of the link.
parent
3a712df571
commit
cc2b0c5cc9
|
@ -173,11 +173,11 @@ input.form-radio {
|
|||
*
|
||||
* @see collapse.js
|
||||
*/
|
||||
html.js fieldset.collapsible .fieldset-legend {
|
||||
html.js fieldset.collapsible .fieldset-legend a {
|
||||
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 .fieldset-legend a {
|
||||
background-image: url(../../misc/menu-collapsed.png); /* LTR */
|
||||
background-position: 5px 50%; /* LTR */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue