GTK3: remove titlebutton backdrop border
This commit is contained in:
parent
92ae39005f
commit
fc9c237a16
@ -5517,6 +5517,9 @@ decoration {
|
|||||||
messagedialog.csd decoration {
|
messagedialog.csd decoration {
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
|
||||||
|
|
||||||
|
button.titlebutton:backdrop {
|
||||||
|
border-color: transparent; }
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
@define-color disk_space_unknown #383c4a;
|
@define-color disk_space_unknown #383c4a;
|
||||||
@define-color disk_space_used #2777ff;
|
@define-color disk_space_used #2777ff;
|
||||||
|
|||||||
@ -5517,6 +5517,9 @@ decoration {
|
|||||||
messagedialog.csd decoration {
|
messagedialog.csd decoration {
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
|
||||||
|
|
||||||
|
button.titlebutton:backdrop {
|
||||||
|
border-color: transparent; }
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
@define-color disk_space_unknown #383c4a;
|
@define-color disk_space_unknown #383c4a;
|
||||||
@define-color disk_space_used #2777ff;
|
@define-color disk_space_used #2777ff;
|
||||||
|
|||||||
@ -5540,6 +5540,9 @@ decoration {
|
|||||||
messagedialog.csd decoration {
|
messagedialog.csd decoration {
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
|
||||||
|
|
||||||
|
button.titlebutton:backdrop {
|
||||||
|
border-color: transparent; }
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
@define-color disk_space_unknown #383c4a;
|
@define-color disk_space_unknown #383c4a;
|
||||||
@define-color disk_space_used #2777ff;
|
@define-color disk_space_used #2777ff;
|
||||||
|
|||||||
@ -234,3 +234,8 @@ decoration {
|
|||||||
|
|
||||||
messagedialog.csd & { box-shadow: 0 1px 4px transparentize(black, 0.8); }
|
messagedialog.csd & { box-shadow: 0 1px 4px transparentize(black, 0.8); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Window Close button
|
||||||
|
button.titlebutton {
|
||||||
|
&:backdrop { border-color: transparent; }
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user