diff options
author | raveit65 <[email protected]> | 2017-09-19 10:35:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-19 10:37:28 +0200 |
commit | 0ea2aa06e5518d5ee902768a9994be462da338eb (patch) | |
tree | 8c9aaac78e68a6a47d80de375d6c28c01dc2f55e /desktop-themes/Green-Submarine | |
parent | 17ef205c389f5b813b8ac20ab6c12b7cbfb3749d (diff) | |
download | mate-themes-0ea2aa06e5518d5ee902768a9994be462da338eb.tar.bz2 mate-themes-0ea2aa06e5518d5ee902768a9994be462da338eb.tar.xz |
Revert "Gtk+-3.20 submarine: drop some panel settings"
This reverts commit 9e016a7291a1bafe2247d131e1d4b24fc23cc88b.
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 8ef324fa..8625ce86 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -381,6 +381,20 @@ 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, @@ -488,11 +502,6 @@ 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; |