summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/Shiny/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css3
7 files changed, 14 insertions, 7 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 8f860495..b0d6c96c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -43,7 +43,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;
-GtkWindow-resize-grip-width: 13;
-GtkWindow-resize-grip-height: 13;
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;
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index b95e029e..4b0ebe5b 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 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:";
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index f55858bd..78380b98 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;
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index f55858bd..78380b98 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;
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 3ea6cac0..df4c41e2 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;
-GtkWindow-resize-grip-width: 11;
-GtkWindow-resize-grip-height: 11;
}