diff options
author | raveit65 <[email protected]> | 2015-01-13 17:12:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-01-13 17:14:44 +0100 |
commit | c8407a5a1ea89ff7daf58ff80f3b895137ce47ca (patch) | |
tree | 5e029efb70fea182aff52f423052af9b248839d0 | |
parent | 3ae60ca0f55378d707bbcec9adbd58165075bd82 (diff) | |
download | mate-themes-c8407a5a1ea89ff7daf58ff80f3b895137ce47ca.tar.bz2 mate-themes-c8407a5a1ea89ff7daf58ff80f3b895137ce47ca.tar.xz |
BlackMate GreenLaguna GTK3: add a padding to header-bar and csd windows
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 29cb3690..aadf9da2 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1714,7 +1714,7 @@ GtkMenuButton .menu { border-style: solid; padding: 0 1px; border-radius: 0px; - + padding: 6px; background-color: @theme_bg_color; /*background-image: linear-gradient(to bottom, @toolbar_gradient_base, diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index cc7979e2..9079be1d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1509,7 +1509,7 @@ GtkTreeMenu .menuitem * { border-width: 0 0 1px; border-style: solid; padding: 0 1px; - + padding: 6px; background-color: @theme_bg_color; /*background-image: linear-gradient(to bottom, @toolbar_gradient_base, |