From 9e016a7291a1bafe2247d131e1d4b24fc23cc88b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 5 Sep 2017 16:39:58 +0200 Subject: Gtk+-3.20 submarine: drop some panel settings --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index a6bcabcf..e39a7b40 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -369,20 +369,6 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { * Mate-Panel * ****************/ -/* first make all transparent */ -.mate-panel-menu-bar, -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar menuitem, -#PanelPlug, -#PanelApplet button, -PanelToplevel.background { - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: none; - padding: 0px; -} - /* let's started */ /* the panel bar itself */ #PanelPlug, @@ -490,6 +476,12 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ } /* menubar */ +/* drop some unwanted stuff for transparency */ +.mate-panel-menu-bar menubar { + border-color: transparent; + box-shadow: none; +} + .mate-panel-menu-bar menu > menuitem, .mate-panel-menu-bar menubar > menuitem { padding: 4px; -- cgit v1.2.1