diff options
author | raveit65 <[email protected]> | 2016-04-04 22:01:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-04 22:01:36 +0200 |
commit | fbd5394aa73f75f0e7cab746f0dcf126cb43202e (patch) | |
tree | 3eaf845a08628368db75304e3aa87b40b4d5ff1b /desktop-themes/Menta | |
parent | 4e937031be44c44bb2c38914a923ec49a3c39c1a (diff) | |
download | mate-themes-fbd5394aa73f75f0e7cab746f0dcf126cb43202e.tar.bz2 mate-themes-fbd5394aa73f75f0e7cab746f0dcf126cb43202e.tar.xz |
gtk+-3.18 Menta themes: style gnome-weather
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gnome-applications.css | 17 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 22 |
2 files changed, 39 insertions, 0 deletions
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, |