diff options
author | raveit65 <[email protected]> | 2014-11-15 18:10:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-15 18:12:23 +0100 |
commit | 0397b3abc4796055b20519d6cc4eccf95dfaf9b2 (patch) | |
tree | 088bf2ea3f9820cb5479b554f90479df449d7337 /desktop-themes/ContrastHighInverse/gtk-2.0 | |
parent | e38dbae657ba1d7f26da24cae95c4622dd4cdbbc (diff) | |
download | mate-themes-0397b3abc4796055b20519d6cc4eccf95dfaf9b2.tar.bz2 mate-themes-0397b3abc4796055b20519d6cc4eccf95dfaf9b2.tar.xz |
BM, CHI, GL GTK2: disable focus-line on buttons if focused
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-2.0')
-rwxr-xr-x | desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |