diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 8 | ||||
-rw-r--r-- | 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 cd893fb1..bee50ca3 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -137,8 +137,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 cd893fb1..bee50ca3 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -137,8 +137,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 */ |