Skip to content

Commit

Permalink
Gnome-shell: Add visual separation to osd-panel related to #69
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed May 7, 2020
1 parent 55ab809 commit 05edf21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,8 @@ StScrollBar {
%osd-panel {
color: $_bubble_fg_color;
background-color: $_bubble_bg_color;
border: none;
border: 1px solid $borders_color;
box-shadow: 0px 0px 5px $borders_color;
border-radius: 2px;
padding: 12px;
}
Expand Down
3 changes: 2 additions & 1 deletion gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ StScrollBar {
.switcher-list, .workspace-switcher-container {
color: #d8dee9;
background-color: rgba(46, 52, 64, 0.88);
border: none;
border: 1px solid #1f232b;
box-shadow: 0px 0px 5px #1f232b;
border-radius: 2px;
padding: 12px; }

Expand Down

0 comments on commit 05edf21

Please sign in to comment.