summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css8
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css8
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 */