Issue #2003570 by aparnakondala123, vineet.osscube, tstoeckler: Fixed Enabling RTL and then changing theme colors moves the hexadecimal # to the right.

8.0.x
Alex Pott 2013-09-10 12:34:35 +02:00
parent 41564a7867
commit 882c6f0f20
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ function color_scheme_form($complete_form, &$form_state, $theme) {
'#title' => check_plain($names[$name]),
'#default_value' => $value,
'#size' => 8,
'#attributes' => array('dir' => 'ltr'),
);
}
}