summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-29 13:23:42 +0200
committerraveit65 <[email protected]>2016-05-29 13:26:32 +0200
commitc770e8c8fad559eece45a166748059873b490125 (patch)
tree7c1e550968db7f509710b4bf8bc7821e6959638c
parentc3010ad99d3286992e5fc3570d65aa1fe20bf17f (diff)
downloadmate-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]>
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css7
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css7
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 f7d5640d..8628f6d7 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 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;