Fix gnome-shell issue on gnome-3.32

This commit is contained in:
EliverLara
2019-05-11 10:43:25 -05:00
parent b687a6b881
commit a4d99c606e
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;
}

View File

@@ -1103,8 +1103,12 @@ StScrollBar {
icon-size: 1.09em; }
.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; }