diff options
author | raveit65 <[email protected]> | 2016-09-29 14:55:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-29 14:55:58 +0200 |
commit | e45e1f62cb58828972267ec0a30b8ad4da6e2721 (patch) | |
tree | 66191832fedee0a68aa65752e739c54b4f71e9ba /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 86832d74124523485779d77dec9f59b3730495f8 (diff) | |
download | mate-themes-e45e1f62cb58828972267ec0a30b8ad4da6e2721.tar.bz2 mate-themes-e45e1f62cb58828972267ec0a30b8ad4da6e2721.tar.xz |
GTK+-3.20 most themes: adjust fg color of days in GtkCalendar
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index ec6915d3..a25f30a1 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -3562,6 +3562,15 @@ calendar button:disabled { background-color: transparent; } +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; |