Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-03-07 15:25:08 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-03-07 15:25:08 (GMT)
commitbde9f93e533da22b42c5769a6e2acd427c90fbf7 (patch)
tree9a010a842c7dbd77938babc7c28178a71fd51bec
parent7d42a305e36669832705136624bc5fc967a49d71 (diff)
Revert the unintentional part of the gtk3 theme
Unintentionally commit 529e929ca9a266854a3c483bc27bb76f959d8c64 touched as well the gtk2 theme. This reverts that change.
-rw-r--r--gtk/theme/gtkrc.em22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 69dccd9..98ea76f 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -740,6 +740,16 @@ style "parent-bg"
}
}
+style "sugartimeout"
+{
+ bg[NORMAL] = $white
+ fg[NORMAL] = $button_grey
+ bg[ACTIVE] = $toolbar_grey
+ fg[ACTIVE] = $white
+ bg[PRELIGHT] = $white
+ fg[PRELIGHT] = $button_grey
+}
+
####################################################################
# Default style, setting some generic options and style properties
####################################################################
@@ -760,6 +770,14 @@ widget_class "*<SugarAlert>*" style "black-bg-child"
widget_class "*<SugarSectionView>" style "white-bg"
widget_class "*<SugarSectionView>*" style "white-bg-child"
+widget_class "*<SugarIntroWindow>" style "white-bg"
+widget_class "*<SugarIntroWindow>*" style "white-bg-child"
+
+# Naming alert needs white background for main window and for entry widget,
+# but other backgrounds must be left grey as they are used for drawing borders
+widget_class "*<SugarNamingAlert>" style "white-bg"
+widget_class "*<SugarNamingAlert>*<GtkEntry>" style "white-bg-child"
+
# The notebook is very high, so that everything is overriden
# Only the color of the tab labels needs to be modified inside the
@@ -803,6 +821,7 @@ widget_class "<SugarPaletteWindow>*<SugarGroupBox>*" style "groupbox-palette-c
widget_class "*<SugarToolbox>*" style "toolbox"
widget_class "*<GtkToolbar>*" style "toolbox"
widget_class "*<SugarToolbox>.<GtkNotebook>" style "toolbox-notebook"
+widget_class "*<BrowserNotebook>*" style "toolbox"
####################################################################
@@ -853,6 +872,9 @@ widget_class "*<GtkToolbar>" style "toolbar"
# Tray
widget_class "*<SugarTrayIcon>*" style "trayicon"
+# Timeout Icon
+widget_class "*<SugarTimeoutIcon>*" style "sugartimeout"
+
# Widgets that should get the background color from the parent
widget_class "*<GtkEventBox>" style "parent-bg"
widget_class "*<GtkLayout>" style "parent-bg"