From 9f26ce021d1970a9cc5a71318f1f6da91b3197df Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 18 Nov 2014 01:15:06 +0100 Subject: all GTK3 themes: disable focusline on active notebook tabs if focused --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop-themes/ContrastHighInverse') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index ca99e911..2e53b4b9 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -32,7 +32,8 @@ -GtkWidget-cursor-aspect-ratio: 0.08; -GtkWidget-focus-padding: 1; - -GtkWidget-focus-line-width: 2; + /* disable focusline on active notebook tabs if focused*/ + -GtkWidget-focus-line-width: 0; -GtkWidget-focus-line-pattern: "\002\002"; -GtkMenu-horizontal-padding: 0; -- cgit v1.2.1