diff options
author | raveit65 <[email protected]> | 2014-11-18 01:23:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-18 01:24:10 +0100 |
commit | 6ec70d8549a13dc70543ee0f07039d385e65b61e (patch) | |
tree | 43c9d4017121263568666f2c343982aa2b78db7f /desktop-themes/ContrastHighInverse | |
parent | b64618e9189b30a43f2c5385ae8fe96c1fe637bc (diff) | |
download | mate-themes-6ec70d8549a13dc70543ee0f07039d385e65b61e.tar.bz2 mate-themes-6ec70d8549a13dc70543ee0f07039d385e65b61e.tar.xz |
all GTK3 themes: disable focusline on active notebook tabs if focused
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index e4cbd5ed..257ac058 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; |