diff options
author | raveit65 <[email protected]> | 2016-05-29 13:23:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-29 13:25:33 +0200 |
commit | 91c5a40954fd402721d99b3f7e75e81aac2e2c9e (patch) | |
tree | db71fc86a94c76ac00954d3df9aea05744942f6a /desktop-themes | |
parent | 110841104fb483436e1f9e680caa92b69c2b7567 (diff) | |
download | mate-themes-91c5a40954fd402721d99b3f7e75e81aac2e2c9e.tar.bz2 mate-themes-91c5a40954fd402721d99b3f7e75e81aac2e2c9e.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')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 7 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 7 |
2 files changed, 14 insertions, 0 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 ad790897..f14cb796 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-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; 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 cdd1f3d5..35f58a6a 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; |