diff options
author | raveit65 <[email protected]> | 2014-11-15 18:10:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 18:12:44 +0100 |
commit | 72b80e6127d659b6974b46622039629117ca081d (patch) | |
tree | 8b62afce06f5f44a242420ad4f75f11467c007db /desktop-themes | |
parent | 7639cee23529659834464a66024ebe7fa803f3c8 (diff) | |
download | mate-themes-72b80e6127d659b6974b46622039629117ca081d.tar.bz2 mate-themes-72b80e6127d659b6974b46622039629117ca081d.tar.xz |
BM, CHI, GL GTK2: disable focus-line on buttons if focused
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-2.0/gtkrc | 1 | ||||
-rwxr-xr-x | desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in | 2 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc index e8b8a4c3..2dfb701e 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc +++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc @@ -95,6 +95,7 @@ style "murrine-default" { #rgba = FALSE focus_color = "#4d4d4d" + focusstyle = 0 glazestyle = 4 #contrast = 0.5 highlight_shade = 1.0 diff --git a/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in b/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in index 6e084f6e..1c44555f 100755 --- a/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in +++ b/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in @@ -45,7 +45,7 @@ style "default" # GtkWidget::cursor_aspect_ratio = 0.1 GtkWidget::focus-line-pattern = "\4\2" - GtkWidget::focus-line-width = 2 + GtkWidget::focus-line-width = 0 GtkWidget::focus-padding = 0 GtkWidget::interior_focus = 1 GtkWidget::link-color = "#80ccff" diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index f88edaa0..56c6ec65 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -92,6 +92,7 @@ style "murrine-default" { #rgba = FALSE focus_color = "#ADC6A6" + focusstyle = 0 glazestyle = 4 #contrast = 0.5 highlight_shade = 1.0 |