Fix close buttons in GNOME overview (#216)

* Fix close buttons in GNOME overview
* Resize close button to 26px
master
drakkar1969 2019-03-27 21:01:18 +01:00 committed by David Mohammed
parent 6815e946dc
commit f3411ed712
1 changed files with 5 additions and 7 deletions

View File

@ -1448,24 +1448,22 @@ StScrollBar {
background-size: 26px;
height: 26px;
width: 26px;
border: 0px;
box-shadow: none;
background-color: transparent;
color: transparent;
&:hover {
background-image: url("common-assets/misc/close-hover.svg");
background-size: 26px;
height: 26px;
width: 26px;
}
&:active {
background-image: url("common-assets/misc/close-active.svg");
background-size: 26px;
height: 26px;
width: 26px;
}
}
.window-close {
-shell-close-overlap: 11px;
-shell-close-overlap: 12px;
}
//