Skip to content

Commit

Permalink
Gnome-shell: Fix white popups on Zorin OS 16, fixes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Sep 9, 2021
1 parent 2c09c0b commit 285413a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,11 @@ StScrollBar {
box-shadow: $depth6;
}

.popup-menu-content { padding: 16px 0; }
.popup-menu-content {
padding: 16px 0;
background-color: $bg_color;
border-radius: 5px;
}
.popup-menu-item {
spacing: 6px;
padding: 6px;
Expand Down
6 changes: 4 additions & 2 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
.popup-menu .popup-menu-content {
padding: 16px 0; }
padding: 16px 0;
background-color: #2e3440;
border-radius: 5px; }
.popup-menu .popup-menu-item {
spacing: 6px;
padding: 6px; }
Expand Down Expand Up @@ -667,7 +669,7 @@ StScrollBar {
color: #fefefe;
background-size: 32px;
border-radius: 8px;
border-color: #8fbcbb; }
border-color: #4c566a; }

.ws-switcher-active-up {
background-image: url("assets/ws-switch-arrow-up.png"); }
Expand Down

0 comments on commit 285413a

Please sign in to comment.