From 80bc849260c5932dd89e68bda15701708428c479 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 14 Nov 2014 00:56:45 +0100 Subject: Shiny GTK2: disable focus line on active buttons --- desktop-themes/Shiny/gtk-2.0/gtkrc | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.1