summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-19 10:35:59 +0200
committerraveit65 <[email protected]>2017-09-19 10:35:59 +0200
commit521f3386706aec049936d0484cdcc7e3512ea1ff (patch)
treeb28b232beff3faa133477c8d14e162699cf23048 /desktop-themes/BlueMenta
parentf8dffbdfbd29af5e613f61130b2e4db3ac731af1 (diff)
downloadmate-themes-521f3386706aec049936d0484cdcc7e3512ea1ff.tar.bz2
mate-themes-521f3386706aec049936d0484cdcc7e3512ea1ff.tar.xz
Revert "Gtk+-3.20 Menta: drop some panel settings"
This reverts commit a9d5569c1b3c16d27bc993388fe1c17f52a941df.
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index f514f80e..5318b3ec 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -278,8 +278,22 @@
* 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,
+#PanelApplet-window-menu-applet-button {
+ background-color: transparent;
+ border-image: none;
+ background-image: none;
+ background-color: transparent;
+ box-shadow: none;
+}
+
/* let's start it */
-/* the panel bar itself */
#PanelPlug,
.mate-panel-menu-bar,
PanelToplevel.background {
@@ -316,6 +330,10 @@ PanelToplevel > grid > button:hover:active {
border-width: 0px;
}
+#PanelApplet {
+ border-width: 0;
+}
+
PanelSeparator {
border-width: 0;
background-color: @theme_bg_color;