Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-12 14:22:19 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-12 14:22:19 (GMT)
commitbb9c9bad7d07f2341e7d43d2c3caae6c7015b5da (patch)
tree21ada5b9e6aba7a1c4874c09a0d4bad37df7605d /gtk
parent802e7595110f19085cd3fcdbb7aada2b3cf640b0 (diff)
Simplify a little toolbox style
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em13
1 files changed, 2 insertions, 11 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index ca43f04..fac9e6d 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -91,6 +91,8 @@ style "default"
GtkArrow::arrow-size = 1.0
+ GtkToolbar::shadow-type = GTK_SHADOW_NONE
+
engine "sugar" {
# Is this correct? Should we make sure it is pixel aligned?
# 6 pixel for the XO version, and 3 for the "normal" one
@@ -230,16 +232,6 @@ style "toolbox"
bg[NORMAL] = @bg_color
}
-style "toolbox-content"
-{
- GtkToolbar::shadow-type = GTK_SHADOW_NONE
-
- color["bg_color"] = "#404040"
-
- bg[INSENSITIVE] = @bg_color
-}
-
-
style "panel"
{
bg[NORMAL] = "#C0C0C0"
@@ -363,7 +355,6 @@ widget_class "<GtkWindow>.*" style "window-content"
widget_class "*<SugarToolbox>*" style "toolbox"
widget_class "*<SugarToolbox>.GtkNotebook" style "toolbox"
-widget_class "*<SugarToolbox>*" style "toolbox-content"
widget_class "*<GtkToolButton>*" style "toolbutton"
widget_class "*<GtkMenu>*" style "menu"