diff options
author | lukefromdc <[email protected]> | 2016-05-31 15:00:41 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-05-31 15:00:41 -0400 |
commit | 00683222458854f4be3d6fffaa4caab846a4665b (patch) | |
tree | 417585a57ecf36b0b6f6303f933e0dd1abe18e13 | |
parent | 9a3904672d33672e9426c4e54825fe563c1cf6ed (diff) | |
download | mate-themes-00683222458854f4be3d6fffaa4caab846a4665b.tar.bz2 mate-themes-00683222458854f4be3d6fffaa4caab846a4665b.tar.xz |
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
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |