Hi Benjamin, does it look right to you?
Regards, Tomeu On Thu, Sep 9, 2010 at 20:37, Ishan Bansal <[email protected]> wrote: > Changed outline of checkbox from grey to black so that it does not disappears > into the grey highlight of the mouseover selection. (Ticket #305) > --- > gtk/theme/gtkrc.em | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em > index 69dccd9..3c0d7f6 100644 > --- a/gtk/theme/gtkrc.em > +++ b/gtk/theme/gtkrc.em > @@ -48,6 +48,7 @@ button_grey = '"#808080"' > selection_grey = '"#A6A6A6"' > panel_grey = '"#C0C0C0"' > text_field_grey = '"#E5E5E5"' > +text_field_black = '"#000000"' > white = '"#FFFFFF"' > > > @@ -630,7 +631,7 @@ style "checkbutton" > { > base[NORMAL] = $white > base[PRELIGHT] = $white > - base[ACTIVE] = $text_field_grey > + base[ACTIVE] = $text_field_black > > text[PRELIGHT] = $toolbar_grey > text[NORMAL] = $toolbar_grey > -- > 1.7.0.4 > > _______________________________________________ > Sugar-devel mailing list > [email protected] > http://lists.sugarlabs.org/listinfo/sugar-devel > _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

