Skip to content

Commit

Permalink
Fix app folder unreadable text
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdwrrsk committed Sep 14, 2018
1 parent c618464 commit 13f1644
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 20 deletions.
11 changes: 7 additions & 4 deletions src/gnome-shell/3.22/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1415,18 +1415,17 @@ StScrollBar {
}
&:active .overview-icon,
&:checked .overview-icon {
background-color: transparentize(darken($osd_bg_color,10%),.1);
box-shadow: inset 0 1px 2px $osd_borders_color;
background-color: $selected_bg_color;
box-shadow: none;
}
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {
background-color: transparentize($osd_fg_color,.9);
background-color: rgba(black, 0.20);
transition-duration: 0ms;
border-image: none;
background-image: none;
}

}

.app-well-app-running-dot { //running apps indicator
Expand Down Expand Up @@ -1468,6 +1467,10 @@ StScrollBar {
background-color: $bg_color;
border: 1px solid $borders_color;
box-shadow: 0 3px 9px 1px transparentize(black, 0.5);

& .overview-icon {
color: $fg_color;
}
}

.app-folder-icon {
Expand Down
10 changes: 7 additions & 3 deletions src/gnome-shell/3.22/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.show-apps:checked .overview-icon,
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(23, 24, 28, 0.9);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
background-color: #1c71d8;
box-shadow: none;
}

.app-well-app:hover .overview-icon,
Expand All @@ -1760,7 +1760,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.grid-search-result:hover .overview-icon,
.grid-search-result:focus .overview-icon,
.grid-search-result:selected .overview-icon {
background-color: rgba(238, 238, 236, 0.1);
background-color: rgba(0, 0, 0, 0.2);
transition-duration: 0ms;
border-image: none;
background-image: none;
Expand Down Expand Up @@ -1811,6 +1811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5);
}

.app-folder-popup-bin .overview-icon {
color: #eeeeee;
}

.app-folder-icon {
padding: 5px;
spacing-rows: 5px;
Expand Down
10 changes: 7 additions & 3 deletions src/gnome-shell/3.22/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.show-apps:checked .overview-icon,
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(23, 24, 28, 0.9);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
background-color: #3584e4;
box-shadow: none;
}

.app-well-app:hover .overview-icon,
Expand All @@ -1760,7 +1760,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.grid-search-result:hover .overview-icon,
.grid-search-result:focus .overview-icon,
.grid-search-result:selected .overview-icon {
background-color: rgba(238, 238, 236, 0.1);
background-color: rgba(0, 0, 0, 0.2);
transition-duration: 0ms;
border-image: none;
background-image: none;
Expand Down Expand Up @@ -1811,6 +1811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5);
}

.app-folder-popup-bin .overview-icon {
color: #2e2e2e;
}

.app-folder-icon {
padding: 5px;
spacing-rows: 5px;
Expand Down
11 changes: 7 additions & 4 deletions src/gnome-shell/3.30/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1415,18 +1415,17 @@ StScrollBar {
}
&:active .overview-icon,
&:checked .overview-icon {
background-color: transparentize(darken($osd_bg_color,10%),.1);
box-shadow: inset 0 1px 2px $osd_borders_color;
background-color: $selected_bg_color;
box-shadow: none;
}
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {
background-color: transparentize($osd_fg_color,.9);
background-color: rgba(black, 0.20);
transition-duration: 0ms;
border-image: none;
background-image: none;
}

}

.app-well-app-running-dot { //running apps indicator
Expand Down Expand Up @@ -1468,6 +1467,10 @@ StScrollBar {
background-color: $bg_color;
border: 1px solid $borders_color;
box-shadow: 0 3px 9px 1px transparentize(black, 0.5);

& .overview-icon {
color: $fg_color;
}
}

.app-folder-icon {
Expand Down
10 changes: 7 additions & 3 deletions src/gnome-shell/3.30/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.show-apps:checked .overview-icon,
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(23, 24, 28, 0.9);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
background-color: #1c71d8;
box-shadow: none;
}

.app-well-app:hover .overview-icon,
Expand All @@ -1760,7 +1760,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.grid-search-result:hover .overview-icon,
.grid-search-result:focus .overview-icon,
.grid-search-result:selected .overview-icon {
background-color: rgba(238, 238, 236, 0.1);
background-color: rgba(0, 0, 0, 0.2);
transition-duration: 0ms;
border-image: none;
background-image: none;
Expand Down Expand Up @@ -1811,6 +1811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5);
}

.app-folder-popup-bin .overview-icon {
color: #eeeeee;
}

.app-folder-icon {
padding: 5px;
spacing-rows: 5px;
Expand Down
10 changes: 7 additions & 3 deletions src/gnome-shell/3.30/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.show-apps:checked .overview-icon,
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(23, 24, 28, 0.9);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
background-color: #3584e4;
box-shadow: none;
}

.app-well-app:hover .overview-icon,
Expand All @@ -1760,7 +1760,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.grid-search-result:hover .overview-icon,
.grid-search-result:focus .overview-icon,
.grid-search-result:selected .overview-icon {
background-color: rgba(238, 238, 236, 0.1);
background-color: rgba(0, 0, 0, 0.2);
transition-duration: 0ms;
border-image: none;
background-image: none;
Expand Down Expand Up @@ -1811,6 +1811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5);
}

.app-folder-popup-bin .overview-icon {
color: #2e2e2e;
}

.app-folder-icon {
padding: 5px;
spacing-rows: 5px;
Expand Down

0 comments on commit 13f1644

Please sign in to comment.