Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jul 12, 2021
1 parent 88a3337 commit 6626024
Show file tree
Hide file tree
Showing 95 changed files with 5,920 additions and 1,243 deletions.
1 change: 1 addition & 0 deletions src/gnome-shell/sass/_extensions-40-0.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import 'extensions-40-0/dash-to-dock';
@import 'extensions-40-0/misc';
54 changes: 54 additions & 0 deletions src/gnome-shell/sass/extensions-40-0/_misc.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@

// OpenWeather Extension
.openweather {
&-button,
&-button-action,
&-menu-button-container,
&-button-box {
border: 1px solid transparent;
}

&-provider {
// generic text buttons are allocated with y-expand-ed
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

&-current {
&-icon,
&-summary,
&-summarybox {
background: none;
color: $text;
}

&-databox-values {
background: none;
color: $text-disabled;
}

&-databox-captions {
background: none;
color: $text-disabled;
}
}

&-forecast {
&-icon,
&-summary {
background: none;
color: $text-secondary;
}

&-day,
&-temperature {
background: none;
color: $text-disabled;
}
}

&-sunrise-icon,
&-sunset-icon,
&-build-icon { color: $text-secondary; }
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-amethyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: rgba(0, 0, 0, 0.87);
}

.openweather-current-databox-values {
background: none;
color: rgba(0, 0, 0, 0.38);
}

.openweather-current-databox-captions {
background: none;
color: rgba(0, 0, 0, 0.38);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(0, 0, 0, 0.6);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(0, 0, 0, 0.38);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(0, 0, 0, 0.6);
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-beryl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: rgba(0, 0, 0, 0.87);
}

.openweather-current-databox-values {
background: none;
color: rgba(0, 0, 0, 0.38);
}

.openweather-current-databox-captions {
background: none;
color: rgba(0, 0, 0, 0.38);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(0, 0, 0, 0.6);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(0, 0, 0, 0.38);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(0, 0, 0, 0.6);
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-dark-amethyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: white;
}

.openweather-current-databox-values {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-current-databox-captions {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(255, 255, 255, 0.7);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(255, 255, 255, 0.7);
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-dark-beryl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: white;
}

.openweather-current-databox-values {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-current-databox-captions {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(255, 255, 255, 0.7);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(255, 255, 255, 0.7);
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-dark-doder.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: white;
}

.openweather-current-databox-values {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-current-databox-captions {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(255, 255, 255, 0.7);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(255, 255, 255, 0.7);
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-dark-laptop-amethyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: white;
}

.openweather-current-databox-values {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-current-databox-captions {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(255, 255, 255, 0.7);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(255, 255, 255, 0.7);
}
39 changes: 39 additions & 0 deletions src/gnome-shell/shell-40-0/gnome-shell-dark-laptop-beryl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,3 +3212,42 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-right-width: 1px;
margin: 32px 0;
}

.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box {
border: 1px solid transparent;
}

.openweather-provider {
padding: 0 16px;
font-weight: 500;
border: 1px solid transparent;
}

.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox {
background: none;
color: white;
}

.openweather-current-databox-values {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-current-databox-captions {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-forecast-icon, .openweather-forecast-summary {
background: none;
color: rgba(255, 255, 255, 0.7);
}

.openweather-forecast-day, .openweather-forecast-temperature {
background: none;
color: rgba(255, 255, 255, 0.45);
}

.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon {
color: rgba(255, 255, 255, 0.7);
}
Loading

0 comments on commit 6626024

Please sign in to comment.