summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-13 22:40:59 +0100
committerraveit65 <[email protected]>2014-11-13 22:40:59 +0100
commit19f3dafe2ecb13176409d43c5433499b6627d8c5 (patch)
tree1a12c1d8333d56f5593f21a01a5c63ad9fb0a2b1 /desktop-themes/ContrastHigh/gtk-3.0
parent18658fa714f4faa7ad24d3f28eca89185890b918 (diff)
downloadmate-themes-19f3dafe2ecb13176409d43c5433499b6627d8c5.tar.bz2
mate-themes-19f3dafe2ecb13176409d43c5433499b6627d8c5.tar.xz
all GTK3 themes: disable focusline on active notebook tabs if focused
Diffstat (limited to 'desktop-themes/ContrastHigh/gtk-3.0')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 233e1e63..cd877d6f 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/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;