summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-17 13:18:07 +0200
committerraveit65 <[email protected]>2014-10-17 13:18:07 +0200
commit3e28508222ad770c3d8f47ab9862716888197e8e (patch)
tree5c8805cf84da36c5e24351ef8b2caaadde32e86b
parent9099094eaa88ee93bd903eba7256d9bc4deadc7a (diff)
downloadmate-themes-3e28508222ad770c3d8f47ab9862716888197e8e.tar.bz2
mate-themes-3e28508222ad770c3d8f47ab9862716888197e8e.tar.xz
Menta themes GTK3: enable resize grip
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css4
2 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 dff5699d..8f860495 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -44,8 +44,8 @@
-GtkWidget-focus-padding: 2;
-GtkWidget-focus-line-width: 1;
- -GtkWindow-resize-grip-width: 0;
- -GtkWindow-resize-grip-height: 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 ae4c2852..9d9d8508 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -44,8 +44,8 @@
-GtkWidget-focus-padding: 2;
-GtkWidget-focus-line-width: 1;
- -GtkWindow-resize-grip-width: 0;
- -GtkWindow-resize-grip-height: 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,