mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Fix gnome-shell issue on gnome-3.32
This commit is contained in:
@@ -1213,8 +1213,12 @@ StScrollBar {
|
|||||||
//close buttons
|
//close buttons
|
||||||
|
|
||||||
.window-close {
|
.window-close {
|
||||||
|
background-color: transparent;
|
||||||
background-image: url("assets/close-window.svg");
|
background-image: url("assets/close-window.svg");
|
||||||
background-size: 32px;
|
background-size: 32px;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
color: transparent;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1103,8 +1103,12 @@ StScrollBar {
|
|||||||
icon-size: 1.09em; }
|
icon-size: 1.09em; }
|
||||||
|
|
||||||
.window-close {
|
.window-close {
|
||||||
|
background-color: transparent;
|
||||||
background-image: url("assets/close-window.svg");
|
background-image: url("assets/close-window.svg");
|
||||||
background-size: 32px;
|
background-size: 32px;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
color: transparent;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px; }
|
width: 32px; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user