diff options
author | raveit65 <[email protected]> | 2016-05-29 13:06:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-29 13:06:52 +0200 |
commit | 2664681911e14a39b48dd9eff566edde33a2bc96 (patch) | |
tree | 1f5f24de9977d89ef7b1f5f289aecff17c0ea85b /desktop-themes/Blue-Submarine | |
parent | e156499081084891a4aaa799bebe95d58867084d (diff) | |
download | mate-themes-2664681911e14a39b48dd9eff566edde33a2bc96.tar.bz2 mate-themes-2664681911e14a39b48dd9eff566edde33a2bc96.tar.xz |
GTK+-3.20 Submarine themes: use a text-shadow for mate-panel
this makes text readable with all kind of wallpapers
if using a transparent panel.
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 3113b6f6..4e1305ad 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -420,12 +420,6 @@ PanelToplevel > widget > button:hover:active { border-style: none; } -/* dictionary applet */ -#PanelApplet entry { - border-width: 1px; - margin: 3px 0px; -} - PanelSeparator { border-width: 0; color: transparent; @@ -443,6 +437,19 @@ 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); +} + +/* dictionary applet */ +#PanelApplet entry { + border-width: 1px; + margin: 3px 0px; +} + /* most applets */ #PanelApplet button, #PanelApplet button.flat, |