[gnome-shell-sass] dateMenu: Add Weather section



commit 2af71071ae2f4e4e89851dee93befd5007d4d693
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 24 12:52:08 2017 +0100

    dateMenu: Add Weather section
    
    Similar to the Clocks integration we've had in the date+time drop-down for
    a while, the designs have called for a similar section that integrates
    GNOME weather as well. Use the WeatherClient added in the previous commit
    to implement that section and add it to the popover.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754031

 _common.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index f192ce7..3aa120b 100644
--- a/_common.scss
+++ b/_common.scss
@@ -854,6 +854,7 @@ StScrollBar {
 
     .datemenu-today-button,
     .world-clocks-button,
+    .weather-button,
     .message-list-section-title {
       border-radius: 4px;
       padding: .4em;
@@ -869,6 +870,7 @@ StScrollBar {
 
     .datemenu-today-button,
     .world-clocks-button,
+    .weather-button,
     .message-list-section-title {
       &:hover,&:focus { background-color: lighten($bg_color,5%); }
       &:active {
@@ -885,6 +887,7 @@ StScrollBar {
     }
 
     .world-clocks-header,
+    .weather-header,
     .message-list-section-title {
       color: darken($fg_color,40%);
       font-weight: bold;
@@ -894,6 +897,10 @@ StScrollBar {
       spacing-rows: 0.4em;
     }
 
+    .weather-box {
+      spacing: 0.4em;
+    }
+
     .calendar-month-label {
       color: darken($fg_color,5%);
       font-weight: bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]