diff options
author | raveit65 <[email protected]> | 2014-10-19 15:21:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-19 15:21:13 +0200 |
commit | 8207c8ea7da0a0625cc2a75c1e2dc258b9ec6493 (patch) | |
tree | c398d8b32d7bdcf85b486c7489bd5ec447dccc7b | |
parent | a506e577ac1aef4ecda18f5e28325c80470b0a40 (diff) | |
download | mate-themes-8207c8ea7da0a0625cc2a75c1e2dc258b9ec6493.tar.bz2 mate-themes-8207c8ea7da0a0625cc2a75c1e2dc258b9ec6493.tar.xz |
BlackMate GreenLaguna GTK3: fix position of the resize-grip
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 4 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index dd46bc2c..2bc94d92 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -48,8 +48,8 @@ -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; - -GtkWindow-resize-grip-width: 10; - -GtkWindow-resize-grip-height: 10; + -GtkWindow-resize-grip-width: 14; + -GtkWindow-resize-grip-height: 12; /* 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/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 40a13bbd..d88935b4 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -44,8 +44,8 @@ -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; - -GtkWindow-resize-grip-width: 13; - -GtkWindow-resize-grip-height: 13; + -GtkWindow-resize-grip-width: 14; + -GtkWindow-resize-grip-height: 12; /* We use the outline properties to signal the focus properties * to the adwaita engine: using real CSS properties is faster, |