diff options
5 files changed, 6 insertions, 23 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index cac3afaf..717c2d2b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -48,7 +48,7 @@ -GtkToolButton-icon-spacing: 4;
-GtkToolItemGroup-expander-size: 6;
-GtkToolbar-internal-padding: 0;
- -GtkTreeView-expander-size: 6; /* arrow size in list/tree views */
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-vertical-separator: 4;
-GtkWidget-focus-padding: 2;
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index e625dbb7..1dd39088 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -2,31 +2,22 @@ -GtkRange-stepper-size: 2; -GtkScale-slider-length: 28; -GtkRange-slider-width: 28; - - -GtkTreeView-expander-size: 16; - + -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */ -GtkWidget-cursor-color: @theme_cursor_color; -GtkWidget-cursor-aspect-ratio: 0.08; - -GtkWidget-focus-padding: 1; /* disable focusline on active notebook tabs if focused*/ -GtkWidget-focus-line-width: 0; -GtkWidget-focus-line-pattern: "\002\002"; - -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkScrolledWindow-scrollbar-spacing: 0; -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkComboBox-arrow-scaling: 0.9; -GtkButton-default-border: 0; - -GtkWindow-resize-grip-width: 15; -GtkWindow-resize-grip-height: 15; - -GtkStatusbar-shadow-type: none; - background-clip: padding-box; outline-width: 0px; /* disable ugly focus-line */ -gtk-icon-style: regular; /* disable symbolic icons */ diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 33b86941..fd35302b 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2,31 +2,22 @@ -GtkRange-stepper-size: 2; -GtkScale-slider-length: 28; -GtkRange-slider-width: 28; - - -GtkTreeView-expander-size: 16; - + -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */ -GtkWidget-cursor-color: @theme_cursor_color; -GtkWidget-cursor-aspect-ratio: 0.08; - -GtkWidget-focus-padding: 1; /* disable focusline on active notebook tabs if focused*/ -GtkWidget-focus-line-width: 0; -GtkWidget-focus-line-pattern: "\002\002"; - -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkScrolledWindow-scrollbar-spacing: 0; -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkComboBox-arrow-scaling: 0.9; -GtkButton-default-border: 0; - -GtkWindow-resize-grip-width: 15; -GtkWindow-resize-grip-height: 15; - -GtkStatusbar-shadow-type: none; - background-clip: padding-box; outline-width: 0px; /* disable ugly focus-line */ -gtk-icon-style: regular; /* disable symbolic icons */ diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 40064a9c..b28777ae 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -48,7 +48,7 @@ -GtkToolButton-icon-spacing: 4;
-GtkToolItemGroup-expander-size: 6;
-GtkToolbar-internal-padding: 0;
- -GtkTreeView-expander-size: 6; /* arrow size in list/tree views */
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-vertical-separator: 4;
-GtkWidget-focus-padding: 2;
@@ -4084,6 +4084,7 @@ row:selected:focus:backdrop { .app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none;
+
}
.app-notification .button,
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 7e734f16..f321bef3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -17,7 +17,7 @@ -GtkScrolledWindow-scrollbars-within-bevel: 0; -GtkToolItemGroup-expander-size: 12; -GtkExpander-expander-size: 12; - -GtkTreeView-expander-size: 13; + -GtkTreeView-expander-size: 8; /* arrow size in list/tree views */ -GtkTreeView-horizontal-separator: 4; -GtkMenuBar-shadow-type: none; -GtkMenu-horizontal-padding: 0; |