summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-04 22:01:36 +0200
committerraveit65 <[email protected]>2016-04-04 22:01:36 +0200
commitfbd5394aa73f75f0e7cab746f0dcf126cb43202e (patch)
tree3eaf845a08628368db75304e3aa87b40b4d5ff1b
parent4e937031be44c44bb2c38914a923ec49a3c39c1a (diff)
downloadmate-themes-fbd5394aa73f75f0e7cab746f0dcf126cb43202e.tar.bz2
mate-themes-fbd5394aa73f75f0e7cab746f0dcf126cb43202e.tar.xz
gtk+-3.18 Menta themes: style gnome-weather
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css17
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css22
-rw-r--r--desktop-themes/Menta/gtk-3.0/gnome-applications.css17
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css22
4 files changed, 78 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
index 405c79bd..eb061080 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
@@ -53,3 +53,20 @@
padding: 0px 6px;
}
+/*****************
+ * gnome-weather *
+ *****************/
+
+#weather-page .frame.weather-few-clouds-night .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-few-clouds-night Gtkstack .frame .label,
+#weather-page .frame.weather-clear-night .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-clear-night Gtkstack .frame .label,
+#weather-page .frame.weather-storm .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-storm Gtkstack .frame .label,
+#weather-page .frame.weather-showers .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-showers Gtkstack .frame .label,
+#weather-page .frame.weather-overcast .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-overcast Gtkstack .frame .label {
+ color: @osd_button_fg;
+}
+
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 6460b6ef..6822076d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3264,6 +3264,28 @@ GtkOverlay.osd {
);
}
+/* ie. gnome-weather */
+.linked.stack-switcher.osd .button {
+ border-width: 1px 1px 1px 0px;
+ border-radius: 5px;
+ color: @theme_fg_color;
+ text-shadow: none;
+}
+
+.linked.stack-switcher.osd .button:checked {
+ color: @osd_button_fg_active;
+}
+
+.linked.stack-switcher.osd .button:first-child {
+ border-width: 1px;
+ border-radius: 5px 0px 0px 5px;
+}
+
+.linked.stack-switcher.osd .button:last-child {
+ border-width: 1px 1px 1px 0px;
+ border-radius: 0px 5px 5px 0px;
+}
+
/* left/right button box */
.osd.toolbar .horizontal.linked {
background-image: linear-gradient(to left,
diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
index 405c79bd..eb061080 100644
--- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
@@ -53,3 +53,20 @@
padding: 0px 6px;
}
+/*****************
+ * gnome-weather *
+ *****************/
+
+#weather-page .frame.weather-few-clouds-night .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-few-clouds-night Gtkstack .frame .label,
+#weather-page .frame.weather-clear-night .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-clear-night Gtkstack .frame .label,
+#weather-page .frame.weather-storm .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-storm Gtkstack .frame .label,
+#weather-page .frame.weather-showers .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-showers Gtkstack .frame .label,
+#weather-page .frame.weather-overcast .linked.stack-switcher.osd > .button,
+#weather-page .frame.weather-overcast Gtkstack .frame .label {
+ color: @osd_button_fg;
+}
+
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 2627413f..e383c343 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -3261,6 +3261,28 @@ GtkOverlay.osd {
);
}
+/* ie. gnome-weather */
+.linked.stack-switcher.osd .button {
+ border-width: 1px 1px 1px 0px;
+ border-radius: 5px;
+ color: @theme_fg_color;
+ text-shadow: none;
+}
+
+.linked.stack-switcher.osd .button:checked {
+ color: @osd_button_fg_active;
+}
+
+.linked.stack-switcher.osd .button:first-child {
+ border-width: 1px;
+ border-radius: 5px 0px 0px 5px;
+}
+
+.linked.stack-switcher.osd .button:last-child {
+ border-width: 1px 1px 1px 0px;
+ border-radius: 0px 5px 5px 0px;
+}
+
/* left/right button box */
.osd.toolbar .horizontal.linked {
background-image: linear-gradient(to left,