diff options
author | raveit65 <[email protected]> | 2015-01-13 17:12:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-01-13 17:16:27 +0100 |
commit | af88e7fea0c3fa856a02117be36ca3a627022933 (patch) | |
tree | 932c277b7817f6fff1ba2824132f14c3dd3fdd38 | |
parent | 5ef1369b2c9663f23d068cf2c0861b02a0c0a6c5 (diff) | |
download | mate-themes-af88e7fea0c3fa856a02117be36ca3a627022933.tar.bz2 mate-themes-af88e7fea0c3fa856a02117be36ca3a627022933.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 276712e1..99cfca67 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1789,7 +1789,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 1cc1e239..7e732e00 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1518,7 +1518,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, |