From eec58b0a8fe0d9fed14ca52cc0f00b4603201de0 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 31 May 2016 14:55:05 -0400 Subject: BlackMATE :use a text shadow on mate-panel /* this makes text readable with all kind of wallpapers if using a transparent panel */ /*Limit this to the panel itself, keeping it off the menus*/ #PanelApplet label, .mate-panel-menu-bar menubar > menuitem { color: @menu_fg_dark_color; text-shadow: 1px 1px alpha (#000000, 0.8); } --- desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 02df4f1f..3737799e 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -333,6 +333,14 @@ CajaQueryEditor .toolbar .entry:focus { box-shadow: none; } +/* this makes text readable with all kind of wallpapers if using a transparent panel */ +/*Limit this to the panel itself, keeping it off the menus*/ +#PanelApplet label, +.mate-panel-menu-bar menubar > menuitem { + color: @menu_fg_dark_color; + text-shadow: 1px 1px alpha (#000000, 0.8); +} + /* panel grip */ .mate-panel-menu-bar.background { border-radius: 3px; -- cgit v1.2.1