[Pkg-sugar-commit] [sugar-artwork] 06/07: Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes

Jonas Smedegaard dr at jones.dk
Mon Apr 20 08:34:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v0.96.5
in repository sugar-artwork.

commit 367479c9784bb3238e5ea8f3ee317989957d3925
Author: Manuel Quiñones <manuq at laptop.org>
Date:   Tue Aug 14 17:09:52 2012 -0300

    Fix the label text color for checkboxes and radiobuttons in the toolbars and the palettes
    
    Signed-off-by: Manuel Quiñones <manuq at laptop.org>
    Tested-by: Gonzalo Odiard <gonzalo at laptop.org>
    Reviewed-by: Gonzalo Odiard <gonzalo at 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-artwork.git



More information about the pkg-sugar-commit mailing list