diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 82c844ef..d2897a63 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -24,7 +24,7 @@ */ -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkScrolledWindow-scrollbars-within-bevel: 0; -GtkToolItemGroup-expander-size: 11; -GtkExpander-expander-size: 11; @@ -43,9 +43,9 @@ -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWindow-resize-grip-width: 0; - -GtkWindow-resize-grip-height: 0; + -GtkWidget-focus-line-width: 0; + -GtkWindow-resize-grip-width: 13; + -GtkWindow-resize-grip-height: 13; /* We use the outline properties to signal the focus properties * to the adwaita engine: using real CSS properties is faster, diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 3e2b425f..95b020e2 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -24,7 +24,7 @@ */ -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkScrolledWindow-scrollbars-within-bevel: 0; -GtkToolItemGroup-expander-size: 11; -GtkExpander-expander-size: 11; @@ -43,9 +43,9 @@ -WnckTasklist-fade-overlay-rect: 0; -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWindow-resize-grip-width: 0; - -GtkWindow-resize-grip-height: 0; + -GtkWidget-focus-line-width: 0; + -GtkWindow-resize-grip-width: 13; + -GtkWindow-resize-grip-height: 13; /* We use the outline properties to signal the focus properties * to the adwaita engine: using real CSS properties is faster, |