diff options
author | raveit65 <[email protected]> | 2014-11-13 22:40:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-13 22:40:59 +0100 |
commit | 19f3dafe2ecb13176409d43c5433499b6627d8c5 (patch) | |
tree | 1a12c1d8333d56f5593f21a01a5c63ad9fb0a2b1 /desktop-themes/Shiny | |
parent | 18658fa714f4faa7ad24d3f28eca89185890b918 (diff) | |
download | mate-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/Shiny')
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/gtk-widgets.css | 3 |
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 2f53f301..53a78b17 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:"; |