summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-02 21:31:25 +0200
committerraveit65 <[email protected]>2017-05-02 21:33:56 +0200
commit9878b34828fd25bd4ba478f1c3b3262bfb6a4eb1 (patch)
tree86dd325032a94425091d5f0502b99f8367c305f0 /desktop-themes
parent7f3e562d0ccaf8fc8d24048b14d8b24efac8bdf4 (diff)
downloadmate-themes-9878b34828fd25bd4ba478f1c3b3262bfb6a4eb1.tar.bz2
mate-themes-9878b34828fd25bd4ba478f1c3b3262bfb6a4eb1.tar.xz
Traditional themes: don't draw a bg for mate-indicator-applet
Diffstat (limited to 'desktop-themes')
-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 0622e0ca..d26e4187 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 a49accc9..90bf5a09 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 *
****************/