diff options
author | raveit65 <[email protected]> | 2014-06-11 20:04:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-06-11 20:04:55 +0200 |
commit | 8c1473ee86c5c93d9051ac90bbd80f15fb989a43 (patch) | |
tree | 7e062c0c4cacb5d7f28d9e5acf3507bad800aa05 /desktop-themes/BlueMenta | |
parent | 2699a66a0307326c57eb627740af55c38600b103 (diff) | |
download | mate-themes-8c1473ee86c5c93d9051ac90bbd80f15fb989a43.tar.bz2 mate-themes-8c1473ee86c5c93d9051ac90bbd80f15fb989a43.tar.xz |
BlueMenta, Menta GTK3: set focus-line-width to zero
enable resize-grip-area
set GtkScrolledWindow-scrollbars-within-bevel: 0
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 4 insertions, 4 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, |