summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-18 01:15:06 +0100
committerraveit65 <[email protected]>2014-11-18 01:15:06 +0100
commitef3792c8d13b6e76730af9ceadb7f7ef7615cf77 (patch)
tree39a4ac756c71f8350a3c134e74655f949f294cee /desktop-themes/ContrastHighInverse
parentbdff91bbdcc533bfc9fcd8dfd8c88716de9f93fd (diff)
downloadmate-themes-ef3792c8d13b6e76730af9ceadb7f7ef7615cf77.tar.bz2
mate-themes-ef3792c8d13b6e76730af9ceadb7f7ef7615cf77.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.css3
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 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;