From 53b66eaffdeff6f3c4df00f8884fbe3343edec89 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 5 Apr 2017 16:45:00 +0200 Subject: Gtk+-3.20 most themes: mate-panel hide button modification --- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index c8267695..9b81bd8c 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -124,6 +124,12 @@ MatePanelAppletFrameDBus { box-shadow: none; } +/* hide buttons */ +PanelToplevel > grid > button { + padding: 0px; + border-radius: 0px; +} + #PanelApplet { border-width: 0; } -- cgit v1.2.1