summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-03 20:17:21 +0200
committerraveit65 <[email protected]>2014-05-03 20:17:21 +0200
commit3ff1c4a8e751dc61bffdbe3ef764003127376624 (patch)
tree34d3f1be3fc3cf26c84ea1720f08595fa426ad0a /desktop-themes/BlueMenta
parent84c8cccd00476046c23b4a0e9324ee80d23fc3ba (diff)
downloadmate-themes-3ff1c4a8e751dc61bffdbe3ef764003127376624.tar.bz2
mate-themes-3ff1c4a8e751dc61bffdbe3ef764003127376624.tar.xz
BlueMenta GTK3: enable resize-grip
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 1ee41eb2..09af2c01 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -40,8 +40,8 @@
-GtkWidget-focus-padding: 2;
-GtkWidget-focus-line-width: 1;
- -GtkWindow-resize-grip-width: 0;
- -GtkWindow-resize-grip-height: 0;
+ -GtkWindow-resize-grip-width: 25;
+ -GtkWindow-resize-grip-height: 25;
/* We use the outline properties to signal the focus properties
* to the adwaita engine: using real CSS properties is faster,