diff options
author | raveit65 <[email protected]> | 2017-05-02 21:31:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-02 21:34:44 +0200 |
commit | 8e9d27abce611259116dfa3c53898f0170b03d92 (patch) | |
tree | 292b68f28baa6fe7623208f6e1007c6fafa83998 | |
parent | 288ab82bfa8467b93cbd66636949d3e8212b30f4 (diff) | |
download | mate-themes-8e9d27abce611259116dfa3c53898f0170b03d92.tar.bz2 mate-themes-8e9d27abce611259116dfa3c53898f0170b03d92.tar.xz |
Traditional themes: don't draw a bg for mate-indicator-applet
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 7 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 7 |
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 f473068e..80bbd465 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -324,6 +324,13 @@ ShellWindow GtkScrolledWindow .button.flat:hover { padding: 3px; } +/* 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 6dc330ef..9f1b7aac 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -325,6 +325,13 @@ ShellWindow GtkScrolledWindow .button.flat:hover { padding: 3px; } +/* mate-indicator-applet */ +/* needed for a transparent panel */ +#fast-user-switch-applet > #fast-user-switch-menubar { + background-color: transparent; + background-image: none; +} + /**************** * Pluma * ****************/ |