diff options
author | raveit65 <[email protected]> | 2015-01-13 17:12:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-01-13 17:12:07 +0100 |
commit | 901a54999b0340b819fe1b9558fd1e0d44146aeb (patch) | |
tree | 8d8fbf1392323167dba5ea243166bd84f9fd5beb /desktop-themes/BlackMATE | |
parent | 190c1190ed3aee388471b5ba65524ec13b0c52ba (diff) | |
download | mate-themes-901a54999b0340b819fe1b9558fd1e0d44146aeb.tar.bz2 mate-themes-901a54999b0340b819fe1b9558fd1e0d44146aeb.tar.xz |
BlackMate GreenLaguna GTK3: add a padding to header-bar and csd windows
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index a7346652..1568a382 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1846,7 +1846,7 @@ GtkCalendar.header .stack-switcher > .titlebutton.button { 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, |