summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-10-21 15:29:21 +0200
committerraveit65 <[email protected]>2015-10-21 15:30:39 +0200
commit273d156bc397f04809af331db7ae552748d44d99 (patch)
treececc1340aa7c14d7258fc0d266dde1961c9f8229
parent79a0d131c5923d7ca31d102da2887617076bbe72 (diff)
downloadmate-themes-273d156bc397f04809af331db7ae552748d44d99.tar.bz2
mate-themes-273d156bc397f04809af331db7ae552748d44d99.tar.xz
GTK3 submarine themes: add styling for gnome-weather
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css31
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css31
2 files changed, 62 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;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
index dd9392f1..f4edd822 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
@@ -682,3 +682,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;
+}
+