summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-19 10:35:26 +0200
committerraveit65 <[email protected]>2017-09-19 10:35:26 +0200
commitf8dffbdfbd29af5e613f61130b2e4db3ac731af1 (patch)
tree26ef8858894a9b4885914b979eae8f2721caf910 /desktop-themes/Blue-Submarine/gtk-3.0
parentd0fa2ec1f4892fa468a333dec1ad71b9b1263a84 (diff)
downloadmate-themes-f8dffbdfbd29af5e613f61130b2e4db3ac731af1.tar.bz2
mate-themes-f8dffbdfbd29af5e613f61130b2e4db3ac731af1.tar.xz
Revert "Gtk+-3.20 submarine: drop some panel settings"
This reverts commit 9e016a7291a1bafe2247d131e1d4b24fc23cc88b.
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css20
1 files changed, 14 insertions, 6 deletions
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 e39a7b40..a6bcabcf 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -369,6 +369,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,
@@ -476,12 +490,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;