Skip to content

Commit

Permalink
Shell and widget color corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Oct 4, 2020
1 parent 2c29cf7 commit 6ad2c7e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 36 deletions.
5 changes: 3 additions & 2 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ StScrollBar {
color: white;
background-gradient-direction: none;
border-width: 0px;
padding-left: 14px;
box-shadow: none;}
.popup-menu .popup-menu-content {
padding: 1em 0em; }
Expand Down Expand Up @@ -436,8 +437,8 @@ StScrollBar {
}

.popup-separator-menu-item {
height: 1px;
margin: 6px 46px;
height: 0;
margin: 6px 0;
background-color: transparent;
border-color: rgba(0,0,0,0.15);
border-bottom-width: 1px;
Expand Down
Loading

0 comments on commit 6ad2c7e

Please sign in to comment.