summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-10-21 15:33:20 +0200
committerraveit65 <[email protected]>2015-10-21 15:34:02 +0200
commitcc3f467cbc9f952b0202124ad9e5aa677a2039ab (patch)
tree9e08c146b235273651d4566af26b616c8882c293 /desktop-themes/Blue-Submarine
parent0ed9399aac126eb5d80f12914a8cc4729af1c8e2 (diff)
downloadmate-themes-cc3f467cbc9f952b0202124ad9e5aa677a2039ab.tar.bz2
mate-themes-cc3f467cbc9f952b0202124ad9e5aa677a2039ab.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.css31
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 fb3936a0..8b59c11b 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
@@ -655,3 +655,34 @@ RemminaConnectionWindow .toolbar {
border-image: none;
}
+/* 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;
+}
+