diff options
author | raveit65 <[email protected]> | 2017-05-02 21:31:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-02 21:33:56 +0200 |
commit | 9878b34828fd25bd4ba478f1c3b3262bfb6a4eb1 (patch) | |
tree | 86dd325032a94425091d5f0502b99f8367c305f0 /desktop-themes/TraditionalGreen | |
parent | 7f3e562d0ccaf8fc8d24048b14d8b24efac8bdf4 (diff) | |
download | mate-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/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 7 |
1 files changed, 7 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 * ****************/ |