summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-29 14:18:34 +0200
committerraveit65 <[email protected]>2016-09-29 14:19:28 +0200
commit151ce3a15389f27acd0814c8a4f6563793a475fa (patch)
tree1238e8ee07976cd329c7833d41cc1363b8b8ab1a /desktop-themes/Green-Submarine
parent10d37ef1728cd752a9e045267a1e4ae8dc23a54e (diff)
downloadmate-themes-151ce3a15389f27acd0814c8a4f6563793a475fa.tar.bz2
mate-themes-151ce3a15389f27acd0814c8a4f6563793a475fa.tar.xz
Gtk+-3.20 Submarine themes: improve GtkCalendar for clock applet
fix https://github.com/mate-desktop/mate-themes/issues/143
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css10
2 files changed, 14 insertions, 5 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 20a438fd..de707ce8 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -4635,6 +4635,15 @@ calendar.button:hover:last-child {
inset 0px -1px shade(@selected_bg_color, 0.93);
}
+calendar {
+ color: @theme_fg_color;
+ text-shadow: none;
+}
+
+calendar:indeterminate {
+ color: alpha(@theme_fg_color, 0.4);
+}
+
highlight,
calendar.highlight {
background-color: @theme_selected_bg_color;
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 d312cbe1..1cb7af29 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -539,14 +539,14 @@ MatePanelAppletFrameDBus {
}
#MatePanelPopupWindow {
- border-radius: 0px 0px 4px 4px;
+ border-radius: 4px 4px 4px 4px;
border-style: none;
border-width: 0px;
background-color: rgba(0,0,0,0.5);
}
#MatePanelPopupWindow frame {
- border-radius: 0px 0px 4px 4px;
+ border-radius: 4px 4px 4px 4px;
border-style: solid;
border-width: 1px;
border-color: shade(@theme_selected_bg_color, 1.3);
@@ -566,7 +566,7 @@ MatePanelAppletFrameDBus {
border-color: shade(@theme_selected_bg_color, 1.3);
}
-#MatePanelPopupWindow calendar.header {
+#MatePanelPopupWindow calendar .header {
background-color:transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -574,14 +574,14 @@ MatePanelAppletFrameDBus {
to (alpha(shade(@theme_bg_dark_color, 0.95) ,0.8)));
}
-#MatePanelPopupWindow calendar.header arrow,
-#MatePanelPopupWindow calendar.header label {
+#MatePanelPopupWindow calendar .header { /* month/year label */
color: @menu_fg_dark_color;
text-shadow: 1px 1px alpha (#000000, 0.8);
}
#MatePanelPopupWindow calendar.button {
color: @menu_fg_dark_color;
+ -gtk-icon-shadow: 1px 1px alpha (#000000, 0.8);
}
#MatePanelPopupWindow calendar.button:hover {