diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:41:32 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:42:34 +0100 |
commit | 174a5dd9f60dde707c6e0ce1efd840e0c70ec3ff (patch) | |
tree | 550df5b4b420ccf55b0f622136677debd16a36bd /desktop-themes/Menta/gtk-3.0 | |
parent | 280c8ad6c11a014661e2d37a6fc7fc54189062c6 (diff) | |
download | mate-themes-174a5dd9f60dde707c6e0ce1efd840e0c70ec3ff.tar.bz2 mate-themes-174a5dd9f60dde707c6e0ce1efd840e0c70ec3ff.tar.xz |
GTK3 Menta themes: reduce vertical size of nemo primary toolbar
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-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 8cd2dd51..8e22c3e9 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -141,6 +141,10 @@ NemoWindow .toolbar .button { border-image: none; } +NemoToolbar .primary-toolbar { + padding: 0px 2px; +} + /* Misc */ NemoView.frame, NemoNotebook.notebook { |