From 9646be2cf72b76b76fde975f2e67ec2b7b070a50 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 21 Dec 2015 19:41:32 +0100 Subject: GTK3 Menta themes: reduce vertical size of nemo primary toolbar --- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 4 ++++ desktop-themes/Menta/gtk-3.0/other-applications.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index 6eb14bf0..b89959df 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -141,6 +141,10 @@ NemoWindow .toolbar .button { border-image: none; } +NemoToolbar .primary-toolbar { + padding: 0px 2px; +} + /* Misc */ NemoView.frame, NemoNotebook.notebook { diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 6eb14bf0..b89959df 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -141,6 +141,10 @@ NemoWindow .toolbar .button { border-image: none; } +NemoToolbar .primary-toolbar { + padding: 0px 2px; +} + /* Misc */ NemoView.frame, NemoNotebook.notebook { -- cgit v1.2.1