summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-13 22:02:23 +0100
committerraveit65 <[email protected]>2014-11-18 00:56:08 +0100
commitb64618e9189b30a43f2c5385ae8fe96c1fe637bc (patch)
treea67430fca3d8c1003c1aa8dc72836c9ba353f8d8
parentcf568c33fcda7f7238f704eb749606799ff8638a (diff)
downloadmate-themes-b64618e9189b30a43f2c5385ae8fe96c1fe637bc.tar.bz2
mate-themes-b64618e9189b30a43f2c5385ae8fe96c1fe637bc.tar.xz
BlackMate GTK3: disable focusline on active notebook tabs if focused
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 4cddaf27..d68be001 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -46,7 +46,8 @@
/*border-radius: 3px;*/
-GtkWidget-focus-padding: 2;
- -GtkWidget-focus-line-width: 1;
+ /* disable focusline on active notebook tabs if focused*/
+ -GtkWidget-focus-line-width: 0;
-GtkWindow-resize-grip-width: 14;
-GtkWindow-resize-grip-height: 12;