From d6a6c4d0744a1606a651bce78446fcea7186c39f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 10 Apr 2016 14:00:51 +0200 Subject: GTK+-3.20 Menta themes: correct some fg colors in gnome-weather-pages --- desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css | 14 ++++++++++++++ desktop-themes/Menta/gtk-3.0/gnome-applications.css | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css index 95bde946..ee046e6a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css @@ -102,3 +102,17 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f padding: 0px 8px; } +/* gnome-weather */ + +#weather-page frame.weather-clear .linked.stack-switcher.osd > button, +#weather-page frame.weather-overcast .linked.stack-switcher.osd > button, +#weather-page frame.weather-overcast stack > scrolledwindow > .frame label { + color: @theme_fg_color; + text-shadow: none; +} + +#weather-page frame.weather-clear .linked.stack-switcher.osd > button:checked, +#weather-page frame.weather-overcast .linked.stack-switcher.osd > button:checked { + color: @osd_button_fg_active; +} + diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css index 95bde946..ee046e6a 100644 --- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css @@ -102,3 +102,17 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f padding: 0px 8px; } +/* gnome-weather */ + +#weather-page frame.weather-clear .linked.stack-switcher.osd > button, +#weather-page frame.weather-overcast .linked.stack-switcher.osd > button, +#weather-page frame.weather-overcast stack > scrolledwindow > .frame label { + color: @theme_fg_color; + text-shadow: none; +} + +#weather-page frame.weather-clear .linked.stack-switcher.osd > button:checked, +#weather-page frame.weather-overcast .linked.stack-switcher.osd > button:checked { + color: @osd_button_fg_active; +} + -- cgit v1.2.1