diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:41:32 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:42:19 +0100 |
commit | fdbee6927b7f6aab0aa98af2b4a436491730e6b1 (patch) | |
tree | b34f784db2adf933dcad42cfb28b0f0dc70e902e /desktop-themes/Menta | |
parent | 78479cd121feb40f96f12898bbddfd05c75304f1 (diff) | |
download | mate-themes-fdbee6927b7f6aab0aa98af2b4a436491730e6b1.tar.bz2 mate-themes-fdbee6927b7f6aab0aa98af2b4a436491730e6b1.tar.xz |
GTK3 Menta themes: reduce vertical size of nemo primary toolbar
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 12fdc638..74006dd5 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -176,6 +176,10 @@ NemoWindow .toolbar .button { border-image: none; } +NemoToolbar .primary-toolbar { + padding: 0px 2px; +} + /* Misc */ NemoView.frame, NemoNotebook.notebook { |