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 | |
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
6 files changed, 54 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index d3fe6936..0660da17 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3699,6 +3699,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; diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index dd40f144..abc8d281 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -4854,6 +4854,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; 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; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 86f151c1..7ab1c7c0 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -4872,6 +4872,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; 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; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 1a24aa92..42dab479 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3564,6 +3564,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; |