diff options
author | raveit65 <[email protected]> | 2014-11-14 00:56:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-14 00:56:45 +0100 |
commit | f3b9c42fb139dff1de2d1cab58433f192f8333d6 (patch) | |
tree | 96bdca594e565cc503f0e8a713e02f8ded70a31d /desktop-themes | |
parent | 45cb7cad313e7a802c684d9409fd8a0f1c1b1658 (diff) | |
download | mate-themes-f3b9c42fb139dff1de2d1cab58433f192f8333d6.tar.bz2 mate-themes-f3b9c42fb139dff1de2d1cab58433f192f8333d6.tar.xz |
Shiny GTK2: disable focus line on active buttons
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Shiny/gtk-2.0/gtkrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/gtk-2.0/gtkrc b/desktop-themes/Shiny/gtk-2.0/gtkrc index 904d295e..497f0f02 100644 --- a/desktop-themes/Shiny/gtk-2.0/gtkrc +++ b/desktop-themes/Shiny/gtk-2.0/gtkrc @@ -35,6 +35,8 @@ style "default" { GtkMenu::horizontal-padding = 0 GtkMenu::vertical-padding = 0 + GtkWidget::focus-line-width = 0 + WnckTasklist::fade-overlay-rect = 0 # The following line hints to gecko (and possibly other appliations) # that the entry should be drawn transparently on the canvas. |