diff options
author | Horst3180 | 2016-05-30 20:34:23 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-30 20:34:23 +0200 |
commit | e4f382c4274018b29419e64af65d660ad24b9d6d (patch) | |
tree | a9a1b986f0601e429c36372b568f1474b3d62d93 /common/gtk-2.0 | |
parent | 789d509eba887db6f632c521ce847d11b765914b (diff) | |
download | solarc-theme-e4f382c4274018b29419e64af65d660ad24b9d6d.tar.gz solarc-theme-e4f382c4274018b29419e64af65d660ad24b9d6d.tar.xz solarc-theme-e4f382c4274018b29419e64af65d660ad24b9d6d.zip |
gtk2: make panel buttons consistent
Diffstat (limited to 'common/gtk-2.0')
-rw-r--r-- | common/gtk-2.0/panel.rc | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc index 6ca5d92..d573b7b 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -97,22 +97,12 @@ style "workspace-switcher" = "theme-panel" { bg[SELECTED] = @selected_bg_color } -style "window-buttons" = "theme-panel" { - - xthickness = 3 - ythickness = 3 - - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = shade(1.1,@selected_bg_color) - bg[SELECTED] = @selected_bg_color -} - style "indicator" = "theme-panel" { xthickness = 0 ythickness = 0 } -widget "*tasklist*" style "window-buttons" +widget "*tasklist*" style "panelbuttons" widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" widget_class "*PanelToplevel*Button" style "panelbuttons" @@ -154,7 +144,7 @@ class "*Xfce*Panel*" style "theme-panel" widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar" widget "*WnckPager*" style "workspace-switcher" widget "*TopMenu*" style "theme-panel" -widget "*XfceTasklist*" style "window-buttons" +widget "*XfceTasklist*" style "panelbuttons" # Fix gtk-entries in the panel widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin |