From c770e8c8fad559eece45a166748059873b490125 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 29 May 2016 13:23:42 +0200 Subject: 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 --- desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/Green-Submarine') 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 222418cd..9e98e02d 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -699,6 +699,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; -- cgit v1.2.1