Issue #2003570 by aparnakondala123, vineet.osscube, tstoeckler: Fixed Enabling RTL and then changing theme colors moves the hexadecimal # to the right.
parent
41564a7867
commit
882c6f0f20
|
@ -217,6 +217,7 @@ function color_scheme_form($complete_form, &$form_state, $theme) {
|
||||||
'#title' => check_plain($names[$name]),
|
'#title' => check_plain($names[$name]),
|
||||||
'#default_value' => $value,
|
'#default_value' => $value,
|
||||||
'#size' => 8,
|
'#size' => 8,
|
||||||
|
'#attributes' => array('dir' => 'ltr'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue