<br>Hi<br><br>I have submitted the patch for the ticket #305.<br><br>Wish if you could review it and provide me suggestions on any improvement required.<br><br>Regards<br><font color="#888888"><br>ishan</font><br><br><div class="gmail_quote">
---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ishan Bansal</b> <span dir="ltr"><<a href="mailto:ishan@seeta.in">ishan@seeta.in</a>></span><br>Date: Fri, Sep 10, 2010 at 12:07 AM<br>Subject: [PATCH] Changed outline of checkbox from grey to black when activated. Ticket #305<br>
To: <a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a><br><br><br>Changed outline of checkbox from grey to black so that it does not disappears into the grey highlight of the mouseover selection. (Ticket #305)<br>

---<br>
 gtk/theme/gtkrc.em |    3 ++-<br>
 1 files changed, 2 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em<br>
index 69dccd9..3c0d7f6 100644<br>
--- a/gtk/theme/gtkrc.em<br>
+++ b/gtk/theme/gtkrc.em<br>
@@ -48,6 +48,7 @@ button_grey = '"#808080"'<br>
 selection_grey = '"#A6A6A6"'<br>
 panel_grey = '"#C0C0C0"'<br>
 text_field_grey = '"#E5E5E5"'<br>
+text_field_black = '"#000000"'<br>
 white = '"#FFFFFF"'<br>
<br>
<br>
@@ -630,7 +631,7 @@ style "checkbutton"<br>
 {<br>
     base[NORMAL]      = $white<br>
     base[PRELIGHT]    = $white<br>
-    base[ACTIVE]      = $text_field_grey<br>
+    base[ACTIVE]      = $text_field_black<br>
<br>
     text[PRELIGHT]    = $toolbar_grey<br>
     text[NORMAL]      = $toolbar_grey<br>
<font color="#888888">--<br>
1.7.0.4<br>
<br>
</font></div><br>