|
|
|
@ -1356,7 +1356,7 @@ const OpenweatherMenuButton = new Lang.Class({ |
|
|
|
|
}); |
|
|
|
|
let rb_captions = new St.BoxLayout({ |
|
|
|
|
vertical: true, |
|
|
|
|
style_class: 'openweather-current-databox-captions' |
|
|
|
|
style_class: 'popup-status-menu-item openweather-current-databox-captions' |
|
|
|
|
}); |
|
|
|
|
let rb_values = new St.BoxLayout({ |
|
|
|
|
vertical: true, |
|
|
|
@ -1449,7 +1449,7 @@ const OpenweatherMenuButton = new Lang.Class({ |
|
|
|
|
style_class: 'openweather-forecast-icon' |
|
|
|
|
}); |
|
|
|
|
forecastWeather.Day = new St.Label({ |
|
|
|
|
style_class: 'openweather-forecast-day' |
|
|
|
|
style_class: 'popup-status-menu-item openweather-forecast-day' |
|
|
|
|
}); |
|
|
|
|
forecastWeather.Summary = new St.Label({ |
|
|
|
|
style_class: 'openweather-forecast-summary' |
|
|
|
|