summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-29 14:55:26 +0200
committerraveit65 <[email protected]>2016-09-29 14:56:15 +0200
commit07531fd1dd2bca4e50575344346e0460a69237a3 (patch)
treeda4a248bebc23631abe1be2967b17e78e210f8ed /desktop-themes/GreenLaguna
parent151ce3a15389f27acd0814c8a4f6563793a475fa (diff)
downloadmate-themes-07531fd1dd2bca4e50575344346e0460a69237a3.tar.bz2
mate-themes-07531fd1dd2bca4e50575344346e0460a69237a3.tar.xz
GTK+-3.20 most themes: adjust fg color of days in GtkCalendar
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 1c345790..31b186c4 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -4153,6 +4153,15 @@ calendar.button {
rgba (0, 0, 0, 0));
}
+calendar {
+ color: @theme_fg_color;
+ text-shadow: none;
+}
+
+calendar:indeterminate {
+ color: alpha(@theme_fg_color, 0.4);
+}
+
calendar.highlight {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;