diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-22 01:30:55 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-22 01:30:55 +0100 |
commit | 2f7a6486d7f127d742364af7b7463f84ef330efa (patch) | |
tree | a4207bbbfbaf036e95fb1a962114ad7274bd6792 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | c7b8cb3309803de97a5eb11dae03f1ad4191502b (diff) | |
download | mate-themes-2f7a6486d7f127d742364af7b7463f84ef330efa.tar.bz2 mate-themes-2f7a6486d7f127d742364af7b7463f84ef330efa.tar.xz |
Gtk3 menta themes: adjust nemo toolbar again
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 0287d836..c7fa5670 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -172,8 +172,12 @@ NemoWindow .sidebar row:hover { } /* Toolbar */ -NemoToolbar .primary-toolbar { - padding: 0px 2px; +NemoToolbar .toolbar.primary-toolbar .button.image-button { + padding: 0px 8px; +} + +NemoToolbar .toolbar.primary-toolbar .button.text-button { + padding: 0px 10px; } /* Misc */ |