Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/stylesheets/style_editor.tpl =================================================================== diff -u -r1423 -r1484 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/stylesheets/style_editor.tpl (.../style_editor.tpl) (revision 1423) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/stylesheets/style_editor.tpl (.../style_editor.tpl) (revision 1484) @@ -43,6 +43,8 @@ function openColorSelector($e, $field) { + alert('onpen colorselector called'); + var $div = document.getElementById('colorSelector_div'); var posx = 0; @@ -71,9 +73,6 @@ - "> @@ -85,21 +84,36 @@ size="" maxlength="" class="" - onkeypress="$cs.updateColor(event,'color_')" + onkeyup="updateColor(event,'')" onblur="">
" style="display: inline; border: 1px solid #000000;" onclick="openColorSelector(event,'');">      
+   + + "> + + + + +   + + + - + @@ -115,17 +129,18 @@