diff options
author | raveit65 <[email protected]> | 2015-10-21 15:29:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-21 15:29:21 +0200 |
commit | 6b60215a1ae4416546ac27c9b63cd244992ce371 (patch) | |
tree | 2b97ea67b1c47a3f8cce10436fb5d38cbc4c084a /desktop-themes/Blue-Submarine | |
parent | c299c3798f9d5be072103106119adbdd76ef4a2b (diff) | |
download | mate-themes-6b60215a1ae4416546ac27c9b63cd244992ce371.tar.bz2 mate-themes-6b60215a1ae4416546ac27c9b63cd244992ce371.tar.xz |
GTK3 submarine themes: add styling for gnome-weather
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index 425c8591..de570982 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -691,3 +691,34 @@ YelpWindow .horizontal.toolbar.primary-toolbar .button.image-button:last-child { border-left-width: 0px; } +/* gnome-weather */ +Gjs_WeatherWidget.frame.flat GtkStack GtkScrolledWindow .frame { + background-color: transparent; + background-image: linear-gradient(to bottom, + alpha(shade(@theme_selected_bg_color, 1.2), 0.1), + alpha(shade(@theme_selected_bg_color, 0.95), 0.1)); + border-color: @osd_button_border; +} + +Gjs_WeatherWidget.frame.flat .frame.flat.weather-clear .linked.stack-switcher.osd .button:hover, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-clear .linked.stack-switcher.osd .button:checked, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-fog .linked.stack-switcher.osd .button:checked, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-few-clouds .linked.stack-switcher.osd .button:checked, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-clear GtkStack GtkScrolledWindow .frame { + color: @theme_fg_color; + text-shadow: none; +} + +Gjs_WeatherWidget.frame.flat .frame.flat.weather-clear .linked.stack-switcher.osd .button:hover { + color: @osd_button_fg_hover; +} + +Gjs_WeatherWidget.frame.flat .frame.flat.weather-clear-night .linked.stack-switcher.osd .button:hover, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-clear-night GtkStack GtkScrolledWindow .frame, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-storm GtkStack GtkScrolledWindow .frame, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-showers GtkStack GtkScrolledWindow .frame, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-few-clouds-night GtkStack GtkScrolledWindow .frame, +Gjs_WeatherWidget.frame.flat .frame.flat.weather-overcast GtkStack GtkScrolledWindow .frame { + color: @osd_button_fg_active; +} + |