diff options
author | raveit65 <[email protected]> | 2016-05-29 13:23:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-29 13:27:27 +0200 |
commit | 09819658de2bb78dd2cfdc7ff44bef4658b0d995 (patch) | |
tree | 58a1adefc42614e9dce5bcdb5296bd76c7935fa5 | |
parent | ed5cfa441e180f92f96b0ce2103dfd3dfcb668ba (diff) | |
download | mate-themes-09819658de2bb78dd2cfdc7ff44bef4658b0d995.tar.bz2 mate-themes-09819658de2bb78dd2cfdc7ff44bef4658b0d995.tar.xz |
GTK+-3.0 Submarine themes: use a text-shadow for mate-panel
This makes text readable with all kind of wallpapers
if using a transparent panel.
Signed-off-by: raveit65 <[email protected]>
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 7 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 7c559805..99dfb1f4 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -735,6 +735,13 @@ MatePanelAppletFrameDBus { background-position: left; } +/* this makes text readable with all kind of wallpapers if using a transparent panel */ +#PanelApplet .label, +.mate-panel-menu-bar .menubar > .menuitem { + color: @menu_fg_dark_color; + text-shadow: 1px 1px alpha (#000000, 0.8); +} + /* set normal menubar button */ PanelMenuBar.menubar .menuitem { padding: 5px 5px; diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index c03eae77..7f47bc3a 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -735,6 +735,13 @@ MatePanelAppletFrameDBus { background-position: left; } +/* this makes text readable with all kind of wallpapers if using a transparent panel */ +#PanelApplet .label, +.mate-panel-menu-bar .menubar > .menuitem { + color: @menu_fg_dark_color; + text-shadow: 1px 1px alpha (#000000, 0.8); +} + /* set normal menubar button */ PanelMenuBar.menubar .menuitem { padding: 5px 5px; |