Skip to content

Commit

Permalink
Gnome-shell: Fix white popups on shell theme, fixes #137, fixes #119, f…
Browse files Browse the repository at this point in the history
…ixes #97
  • Loading branch information
EliverLara committed Sep 7, 2021
1 parent 54af129 commit d19d0fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,11 @@ StScrollBar {
box-shadow: $depth6;
}

.popup-menu-content { padding: 16px 0; }
.popup-menu-content {
padding: 16px 0;
background-color: $bg_color;
border-radius: 7px;
}
.popup-menu-item {
spacing: 6px;
padding: 6px;
Expand Down
4 changes: 3 additions & 1 deletion gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,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: #282a36;
border-radius: 7px; }
.popup-menu .popup-menu-item {
spacing: 6px;
padding: 6px; }
Expand Down

0 comments on commit d19d0fe

Please sign in to comment.