diff options
author | raveit65 <[email protected]> | 2016-05-29 13:23:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-29 13:26:32 +0200 |
commit | c770e8c8fad559eece45a166748059873b490125 (patch) | |
tree | 7c1e550968db7f509710b4bf8bc7821e6959638c /desktop-themes/Green-Submarine | |
parent | c3010ad99d3286992e5fc3570d65aa1fe20bf17f (diff) | |
download | mate-themes-c770e8c8fad559eece45a166748059873b490125.tar.bz2 mate-themes-c770e8c8fad559eece45a166748059873b490125.tar.xz |
GTK+-3.0 Submarine themes: use a text-shadow for mate-panel
This makes text readable with all kind of wallpapers
if using a transparent panel.
Signed-off-by: raveit65 <[email protected]>
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 222418cd..9e98e02d 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -699,6 +699,13 @@ MatePanelAppletFrameDBus { background-position: left; } +/* this makes text readable with all kind of wallpapers if using a transparent panel */ +#PanelApplet .label, +.mate-panel-menu-bar .menubar > .menuitem { + color: @menu_fg_dark_color; + text-shadow: 1px 1px alpha (#000000, 0.8); +} + /* set normal menubar button */ PanelMenuBar.menubar .menuitem { padding: 5px 5px; |