GTK3: remove titlebutton backdrop background
This commit is contained in:
parent
7146c09867
commit
e9b27304b9
@ -5532,6 +5532,8 @@ decoration {
|
|||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.65); }
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.65); }
|
||||||
|
|
||||||
button.titlebutton:backdrop {
|
button.titlebutton:backdrop {
|
||||||
|
background: transparent; }
|
||||||
|
button.titlebutton:backdrop:not(:hover) {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
|
|||||||
@ -5532,6 +5532,8 @@ decoration {
|
|||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.65); }
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.65); }
|
||||||
|
|
||||||
button.titlebutton:backdrop {
|
button.titlebutton:backdrop {
|
||||||
|
background: transparent; }
|
||||||
|
button.titlebutton:backdrop:not(:hover) {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
|
|||||||
@ -5555,6 +5555,8 @@ decoration {
|
|||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0); }
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0); }
|
||||||
|
|
||||||
button.titlebutton:backdrop {
|
button.titlebutton:backdrop {
|
||||||
|
background: transparent; }
|
||||||
|
button.titlebutton:backdrop:not(:hover) {
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
|
|||||||
@ -264,5 +264,8 @@ decoration {
|
|||||||
|
|
||||||
// Window Close button
|
// Window Close button
|
||||||
button.titlebutton {
|
button.titlebutton {
|
||||||
&:backdrop { border-color: transparent; }
|
&:backdrop {
|
||||||
|
background: transparent;
|
||||||
|
&:not(:hover) { border-color: transparent; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user