From 00683222458854f4be3d6fffaa4caab846a4665b Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 31 May 2016 15:00:41 -0400 Subject: BlackMATE :use a text shadow on mate-panel Use a text shadow on the panel so the text is readable even on a transparent panel over a light background. Tested on a white panel, it works --- desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index b1210b46..27e7b0f8 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