[Sugar-devel] [PATCH] Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes

2012-08-14 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org
Tested-by: Gonzalo Odiard gonz...@laptop.org
Reviewed-by: Gonzalo Odiard gonz...@laptop.org
---
 gtk3/theme/gtk-widgets.css.em | 5 +
 1 file changed, 5 insertions(+)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 538d4dd..5549970 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -592,6 +592,11 @@ GtkCheckButton:prelight {
 background-color: alpha(@theme_base_color, 0.0);
 }
 
+.toolbar GtkCheckButton *:active,
+SugarPaletteWindowWidget GtkCheckButton *:active {
+color: @theme_base_color;
+}
+
 .radio,
 .radio row:selected,
 .radio row:selected:focused {
-- 
1.7.11.2

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH] Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes

2012-08-14 Thread Manuel Quiñones
I will push this one as Gonzalo already tested and reviewed.

2012/8/14 Manuel Quiñones ma...@laptop.org:
 Signed-off-by: Manuel Quiñones ma...@laptop.org
 Tested-by: Gonzalo Odiard gonz...@laptop.org
 Reviewed-by: Gonzalo Odiard gonz...@laptop.org
 ---
  gtk3/theme/gtk-widgets.css.em | 5 +
  1 file changed, 5 insertions(+)

 diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
 index 538d4dd..5549970 100644
 --- a/gtk3/theme/gtk-widgets.css.em
 +++ b/gtk3/theme/gtk-widgets.css.em
 @@ -592,6 +592,11 @@ GtkCheckButton:prelight {
  background-color: alpha(@theme_base_color, 0.0);
  }

 +.toolbar GtkCheckButton *:active,
 +SugarPaletteWindowWidget GtkCheckButton *:active {
 +color: @theme_base_color;
 +}
 +
  .radio,
  .radio row:selected,
  .radio row:selected:focused {
 --
 1.7.11.2




-- 
.. manuq ..
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH] Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes

2012-08-14 Thread Gonzalo Odiard
Thanks

On Tue, Aug 14, 2012 at 5:25 PM, Manuel Quiñones ma...@laptop.org wrote:

 I will push this one as Gonzalo already tested and reviewed.

 2012/8/14 Manuel Quiñones ma...@laptop.org:
  Signed-off-by: Manuel Quiñones ma...@laptop.org
  Tested-by: Gonzalo Odiard gonz...@laptop.org
  Reviewed-by: Gonzalo Odiard gonz...@laptop.org
  ---
   gtk3/theme/gtk-widgets.css.em | 5 +
   1 file changed, 5 insertions(+)
 
  diff --git a/gtk3/theme/gtk-widgets.css.em
 b/gtk3/theme/gtk-widgets.css.em
  index 538d4dd..5549970 100644
  --- a/gtk3/theme/gtk-widgets.css.em
  +++ b/gtk3/theme/gtk-widgets.css.em
  @@ -592,6 +592,11 @@ GtkCheckButton:prelight {
   background-color: alpha(@theme_base_color, 0.0);
   }
 
  +.toolbar GtkCheckButton *:active,
  +SugarPaletteWindowWidget GtkCheckButton *:active {
  +color: @theme_base_color;
  +}
  +
   .radio,
   .radio row:selected,
   .radio row:selected:focused {
  --
  1.7.11.2
 



 --
 .. manuq ..
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel