From 2f7a6486d7f127d742364af7b7463f84ef330efa Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Tue, 22 Dec 2015 01:30:55 +0100 Subject: Gtk3 menta themes: adjust nemo toolbar again --- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 8 ++++++-- desktop-themes/Menta/gtk-3.0/other-applications.css | 8 ++++++-- 2 files changed, 12 insertions(+), 4 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 */ diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 6c8a6b63..41184382 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/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 */ -- cgit v1.2.1