diff options
author | lukefromdc <[email protected]> | 2016-05-31 14:55:05 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-05-31 14:55:05 -0400 |
commit | eec58b0a8fe0d9fed14ca52cc0f00b4603201de0 (patch) | |
tree | 7261d54ec9575496db0bfe949915f1d94bb86455 /desktop-themes/BlackMATE | |
parent | 5f2f5bb1399626c9764f21a22f8f15130c852d28 (diff) | |
download | mate-themes-eec58b0a8fe0d9fed14ca52cc0f00b4603201de0.tar.bz2 mate-themes-eec58b0a8fe0d9fed14ca52cc0f00b4603201de0.tar.xz |
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);
}
Diffstat (limited to 'desktop-themes/BlackMATE')
-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 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; |