mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix gnome-shell issue on gnome-3.32
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user