summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-05-31 14:54:10 -0400
committerlukefromdc <[email protected]>2016-05-31 14:54:10 -0400
commit2d96439aec572db51b810c64cc8bfa3c8f957363 (patch)
tree417585a57ecf36b0b6f6303f933e0dd1abe18e13 /desktop-themes
parent4d4f479a90d272f61be7859ef16c02046fe92157 (diff)
downloadmate-themes-2d96439aec572db51b810c64cc8bfa3c8f957363.tar.bz2
mate-themes-2d96439aec572db51b810c64cc8bfa3c8f957363.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
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css8
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;