Fix gnome-shell issue on gnome-3.32

This commit is contained in:
EliverLara
2019-05-11 10:43:25 -05:00
parent 64ad9c4923
commit 881f54b2b1
2 changed files with 8 additions and 0 deletions

View File

@@ -1213,8 +1213,12 @@ StScrollBar {
//close buttons
.window-close {
background-color: transparent;
background-image: url("assets/close-window.svg");
background-size: 32px;
border: none;
box-shadow: none;
color: transparent;
height: 32px;
width: 32px;
}