From c90438297b7084aa9699e92d2d8eac9682ce741a Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Fri, 20 Apr 2012 13:42:13 +0000 Subject: Set proper colors in the SugarAlert message text and timeout text #3475 Signed-off-by: Manuel QuiƱones --- 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;} -- cgit v0.9.1