summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-02 10:03:29 +0200
committerraveit65 <[email protected]>2017-07-02 10:08:22 +0200
commit324d2bbfb0f0e94055a8359512a329a374224a55 (patch)
tree6b887c9346f8e43fcf44b22a78939aa88f75b26d /desktop-themes
parent6109f4f713f0cf4ac3448cd84454bc5b189ff8a5 (diff)
downloadmate-themes-324d2bbfb0f0e94055a8359512a329a374224a55.tar.bz2
mate-themes-324d2bbfb0f0e94055a8359512a329a374224a55.tar.xz
Gtk+-3.20 Submarine themes: some fixes for clock applet
- setup the border for clockmap - fix border for clock window - fix some label colors
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css19
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css21
2 files changed, 33 insertions, 7 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 b20de714..77502cef 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -578,16 +578,20 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
}
#MatePanelPopupWindow frame {
+ background-color: transparent;
+ color: @menu_fg_dark_color;
+}
+
+#MatePanelPopupWindow frame > border {
border-radius: 4px 4px 4px 4px;
border-style: solid;
border-width: 1px;
border-color: shade(@theme_selected_bg_color, 1.5);
- background-color: transparent;
- color: @menu_fg_dark_color;
}
#MatePanelPopupWindow frame label {
- text-shadow: 1px 1px alpha (#000000, 0.8);
+ text-shadow: 1px 1px alpha (#000000, 0.8);
+ color: @menu_fg_dark_color;
}
#MatePanelPopupWindow frame image {
@@ -639,11 +643,20 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
color: shade (@theme_selected_bg_color, 2.0);
}
+#MatePanelPopupWindow frame button:hover label {
+ color: shade (@theme_selected_bg_color, 2.0);
+}
+
#MatePanelPopupWindow frame expander {
color: @menu_fg_dark_color;
text-shadow: 1px 1px alpha (#000000, 0.8);
}
+/* Weird, this sets the border color of the clockmap */
+#MatePanelPopupWindow > frame > box > box > box > widget {
+ color: shade(@theme_selected_bg_color, 1.5);
+}
+
/* drivebutton */
#PanelApplet > grid > button,
#PanelApplet > grid > button:hover {
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 ef2f67b1..99f68b95 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -590,20 +590,24 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
}
#MatePanelPopupWindow frame {
+ background-color: transparent;
+ color: @menu_fg_dark_color;
+}
+
+#MatePanelPopupWindow frame > border {
border-radius: 4px 4px 4px 4px;
border-style: solid;
border-width: 1px;
border-color: shade(@theme_selected_bg_color, 1.3);
- background-color: transparent;
- color: @menu_fg_dark_color;
}
#MatePanelPopupWindow frame label {
- text-shadow: 1px 1px alpha (#000000, 0.8);
+ text-shadow: 1px 1px alpha (#000000, 0.8);
+ color: @menu_fg_dark_color;
}
#MatePanelPopupWindow frame image {
- -gtk-icon-shadow: 1px 1px alpha (#000000, 0.8);
+ -gtk-icon-shadow: 1px 1px alpha (#000000, 0.8);
}
#MatePanelPopupWindow calendar.view {
@@ -651,11 +655,20 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
color: shade (@theme_selected_bg_color, 1.3);
}
+#MatePanelPopupWindow frame button:hover label {
+ color: shade (@theme_selected_bg_color, 1.3);
+}
+
#MatePanelPopupWindow frame expander {
color: @menu_fg_dark_color;
text-shadow: 1px 1px alpha (#000000, 0.8);
}
+/* Weird, this sets the border color of the clockmap */
+#MatePanelPopupWindow > frame > box > box > box > widget {
+ color: shade(@theme_selected_bg_color, 1.5);
+}
+
/* drivebutton */
#PanelApplet > grid > button,
#PanelApplet > grid > button:hover {