Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-01-24 10:35:19 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-01-24 11:59:24 (GMT)
commit529e929ca9a266854a3c483bc27bb76f959d8c64 (patch)
tree8c61c14da20c8746efc4d607dc14c36e14797834 /gtk
parent67b85826aa992eba30d4c29602ca4321ca1f87d2 (diff)
GTK+3 port
Work done by Benjamin Berg, Simon Schampijer, Daniel Drake, Manuel Quiñones and Gonzalo Odiard Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-By: Simon Schampijer <simon@laptop.org> Reviewed-by: Benjamin Berg <benjamin@sipsolutions.net>
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em22
1 files changed, 0 insertions, 22 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 98ea76f..69dccd9 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -740,16 +740,6 @@ 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
####################################################################
@@ -770,14 +760,6 @@ 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
@@ -821,7 +803,6 @@ 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"
####################################################################
@@ -872,9 +853,6 @@ 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"