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