Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-04-20 13:42:13 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-04-20 13:42:13 (GMT)
commitc90438297b7084aa9699e92d2d8eac9682ce741a (patch)
tree7fa43e1272321f46e04b11d7b68169c46adc2853
parentea722eea6908a00619f95ff071656c8f0eb52879 (diff)
Set proper colors in the SugarAlert message text and timeout text #3475
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em15
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;}