Fix gnome shell issues (OpenWeather extension)

This commit is contained in:
EliverLara
2018-11-16 23:32:01 -06:00
parent 4e66e3a30e
commit e42462b46d
4 changed files with 30 additions and 3 deletions

View File

@@ -0,0 +1 @@
@import "extensions/_openweather"

View File

@@ -0,0 +1,13 @@
.openweather-current-summarybox,
.openweather-forecast-icon,
.openweather-current-databox-captions,
.openweather-current-databox-values,
.openweather-current-icon,
.openweather-forecast-summary,
.openweather-forecast-temperature{
background: transparent;
}
.openweather-current-databox-captions, .openweather-forecast-day {
color: $selected_bg_color;
}

View File

@@ -1975,3 +1975,15 @@ StScrollBar {
border: 2px solid grey;
border-radius: 4px;
padding: 6px; }
.openweather-current-summarybox,
.openweather-forecast-icon,
.openweather-current-databox-captions,
.openweather-current-databox-values,
.openweather-current-icon,
.openweather-forecast-summary,
.openweather-forecast-temperature {
background: transparent; }
.openweather-current-databox-captions, .openweather-forecast-day {
color: #00e8b7; }

View File

@@ -1,5 +1,6 @@
$subtheme: 'main';
@import "_colors"; //use gtk colors
@import "_drawing";
@import "_common";
@import "colors"; //use gtk colors
@import "drawing";
@import "common";
@import "extensions"