summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-22 01:30:55 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-22 01:31:41 +0100
commit7c0d60ef7bd697c81cabcf966431619515443bc3 (patch)
treeffc7103b7a5819a6e6e04d573e54ec9912ff4e13
parentbfbf82bcd23128a17992855ae9ebc4d51dc142ee (diff)
downloadmate-themes-7c0d60ef7bd697c81cabcf966431619515443bc3.tar.bz2
mate-themes-7c0d60ef7bd697c81cabcf966431619515443bc3.tar.xz
Gtk3 menta themes: adjust nemo toolbar again
-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 c58ec777..121e390e 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 5132d390..0bbe285d 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 */