diff options
author | raveit65 <[email protected]> | 2014-11-18 01:15:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-18 01:15:06 +0100 |
commit | ef3792c8d13b6e76730af9ceadb7f7ef7615cf77 (patch) | |
tree | 39a4ac756c71f8350a3c134e74655f949f294cee | |
parent | bdff91bbdcc533bfc9fcd8dfd8c88716de9f93fd (diff) | |
download | mate-themes-ef3792c8d13b6e76730af9ceadb7f7ef7615cf77.tar.bz2 mate-themes-ef3792c8d13b6e76730af9ceadb7f7ef7615cf77.tar.xz |
all GTK3 themes: disable focusline on active notebook tabs if focused
6 files changed, 12 insertions, 6 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 5ce469b7..981e6141 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; 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; 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:"; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 5a5923f4..26cb8934 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -30,7 +30,8 @@ -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; + /* disable focusline on active notebook tabs if focused*/ + -GtkWidget-focus-line-width: 0; outline-color: @focus_border_color; outline-style: dashed; outline-offset: -2px; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 5028f0c9..55fd826f 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -30,7 +30,8 @@ -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; + /* disable focusline on active notebook tabs if focused*/ + -GtkWidget-focus-line-width: 0; outline-color: @focus_border_color; outline-style: dashed; outline-offset: -2px; diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index df63d803..b24309d8 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -30,7 +30,8 @@ -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; + /* disable focusline on active notebook tabs if focused*/ + -GtkWidget-focus-line-width: 0; outline-color: @focus_border_color; outline-style: dashed; outline-offset: -2px; |