summaryrefslogtreecommitdiff
path: root/desktop-themes/Shiny
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-18 01:15:06 +0100
committerraveit65 <[email protected]>2014-11-18 01:16:05 +0100
commit9f26ce021d1970a9cc5a71318f1f6da91b3197df (patch)
tree1e9a85828ca823e2f85b51f62977bd0253c4a4a2 /desktop-themes/Shiny
parent9d8487e0342e3e6e1a72ef713303a203bc7b9b0d (diff)
downloadmate-themes-9f26ce021d1970a9cc5a71318f1f6da91b3197df.tar.bz2
mate-themes-9f26ce021d1970a9cc5a71318f1f6da91b3197df.tar.xz
all GTK3 themes: disable focusline on active notebook tabs if focused
Diffstat (limited to 'desktop-themes/Shiny')
-rw-r--r--desktop-themes/Shiny/gtk-3.0/gtk-widgets.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
index 18820be5..00814946 100644
--- a/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Shiny/gtk-3.0/gtk-widgets.css
@@ -48,7 +48,8 @@
-GtkWidget-separator-height: 2;
-GtkWidget-wide-separators: true;
-GtkWidget-focus-padding: 0;
- -GtkWidget-focus-line-width: 1px;
+ /* disable focusline on active notebook tabs if focused*/
+ -GtkWidget-focus-line-width: 0;
-GtkWidget-link-color: @link_color;
-GtkWidget-visited-link-color: @link_color;
-GtkWindow-decoration-button-layout: "close:";