summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-02 21:31:25 +0200
committerraveit65 <[email protected]>2017-05-02 21:33:36 +0200
commit044efc6bd20481fe06b5c854cb8c7b815d93c838 (patch)
treea96f6868ed8a8bd0c51c9b212bfc5f8fc51ad088
parent6c01fc4449fd245d5c416de374668b5a035c2c9f (diff)
downloadmate-themes-044efc6bd20481fe06b5c854cb8c7b815d93c838.tar.bz2
mate-themes-044efc6bd20481fe06b5c854cb8c7b815d93c838.tar.xz
Traditional themes: don't draw a bg for mate-indicator-applet
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css7
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css7
2 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 5014072f..7aba78ec 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -355,6 +355,13 @@ na-tray-applet {
border-width: 1px;
}
+/* mate-indicator-applet */
+/* needed for a transparent panel */
+#fast-user-switch-applet > #fast-user-switch-menubar {
+ background-color: transparent;
+ background-image: none;
+}
+
/****************
* Pluma *
****************/
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 941c6b49..1f02a13f 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -355,6 +355,13 @@ na-tray-applet {
border-width: 1px;
}
+/* mate-indicator-applet */
+/* needed for a transparent panel */
+#fast-user-switch-applet > #fast-user-switch-menubar {
+ background-color: transparent;
+ background-image: none;
+}
+
/****************
* Pluma *
****************/