[Sugar-devel] [PATCH sugar-artwork] Set proper colors in the SugarAlert message text and timeout text #3475

Manuel Quiñones manuq at laptop.org
Fri Apr 20 10:12:07 EDT 2012


Signed-off-by: Manuel Quiñones <manuq at laptop.org>
---
 gtk3/theme/gtk-widgets.css.em |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index efbf638..6c823b6 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -340,10 +340,25 @@ SugarAlert {
     color: @white;
 }
 
+SugarAlert GtkLabel {
+    color: @white;
+}
+
 SugarAlert *:insensitive {
     background-color: @black;
 }
 
+.button SugarTimeoutIcon GtkLabel,
+.button SugarTimeoutIcon GtkLabel:prelight {
+    background-color: @white;
+    color: @button_grey;
+}
+
+.button SugarTimeoutIcon GtkLabel:active {
+    background-color: @toolbar_grey;
+    color: @white;
+}
+
 /* Tray */
 
 SugarHTray * , SugarVTray * { background-color: @toolbar_grey;}
-- 
1.7.7.6



More information about the Sugar-devel mailing list