diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:41:32 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 19:41:32 +0100 |
commit | eb4ba3ae91d8ef1873f99b0da92a6a0416cc22f9 (patch) | |
tree | b9b4a4da0afaefedb923511401a50954a14ea9ac /desktop-themes/BlueMenta | |
parent | 695c29b2d9a6f85bf9c061c001711485a854b6b5 (diff) | |
download | mate-themes-eb4ba3ae91d8ef1873f99b0da92a6a0416cc22f9.tar.bz2 mate-themes-eb4ba3ae91d8ef1873f99b0da92a6a0416cc22f9.tar.xz |
GTK3 Menta themes: reduce vertical size of nemo primary toolbar
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index dace6fed..5ad74ae0 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/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 { |