From 15e235278e7d2483806d357d686b32ce281bb771 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 8 Jun 2015 19:48:51 +0200 Subject: cleanup --- common/gtk-2.0/gtkrc | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'common/gtk-2.0/gtkrc') diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 2dfebc4..2381a9c 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -970,7 +970,6 @@ style "menubar_item" { stretch = TRUE } } - } style "button" { @@ -1014,47 +1013,6 @@ style "button" { } } -#style "button_nohilight" { -# -# xthickness = 4 -# ythickness = 4 -# -# engine "pixmap" { -# -# image { -# function = BOX -# state = NORMAL -# file = "Buttons/button-default-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = PRELIGHT -# file = "Buttons/button-prelight-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = ACTIVE -# file = "Buttons/button-pressed-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = INSENSITIVE -# file = "Buttons/button-insensitive-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# } -#} - style "checkbutton" { fg[PRELIGHT] = @text_color @@ -2531,10 +2489,8 @@ widget_class "**" style "combo widget_class "*HandleBox" style "toolbar" widget_class "***" style "treeview_header" widget_class "**" style "inline_toolbar" -#widget_class "***" style "button_nohilight" widget_class "**" style "combobox_entry" widget_class "**" style "combobox_entry_button" -#widget_class "**" style "button_nohilight" widget_class "***" style "notebook_viewport" # Entries in notebooks draw with notebook's base color, but not if there's -- cgit v1.2.3 From 697b2c390d6b68831b02ba6b8b1491ab9c5970b1 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 8 Jun 2015 20:00:25 +0200 Subject: gtk2: add focus line fix #48 --- common/gtk-2.0/gtkrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-2.0/gtkrc') diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 2381a9c..d46640e 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -471,7 +471,7 @@ style "default" { image { function = FOCUS - file = "assets/null.png" + file = "assets/focus-line.png" border = { 1, 1, 1, 1 } stretch = TRUE } -- cgit v1.2.3