Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-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;}