GTK3: make dialog headerbar blend with the window content
This commit is contained in:
parent
4f796cce4f
commit
33d24a462d
@ -5204,6 +5204,9 @@ headerbar {
|
||||
min-width: 20px;
|
||||
margin: 0 4px;
|
||||
padding: 0; }
|
||||
dialog .titlebar, dialog .titlebar:backdrop, dialog headerbar, dialog headerbar:backdrop {
|
||||
background: #23252e;
|
||||
border: 0; }
|
||||
|
||||
paned headerbar:first-child, hdyleaflet headerbar:first-child, headerbar.titlebar headerbar:first-child {
|
||||
border-color: transparent;
|
||||
|
||||
@ -5204,6 +5204,9 @@ headerbar {
|
||||
min-width: 20px;
|
||||
margin: 0 4px;
|
||||
padding: 0; }
|
||||
dialog .titlebar, dialog .titlebar:backdrop, dialog headerbar, dialog headerbar:backdrop {
|
||||
background: #23252e;
|
||||
border: 0; }
|
||||
|
||||
paned headerbar:first-child, hdyleaflet headerbar:first-child, headerbar.titlebar headerbar:first-child {
|
||||
border-color: transparent;
|
||||
|
||||
@ -5225,6 +5225,9 @@ headerbar {
|
||||
min-width: 20px;
|
||||
margin: 0 4px;
|
||||
padding: 0; }
|
||||
dialog .titlebar, dialog .titlebar:backdrop, dialog headerbar, dialog headerbar:backdrop {
|
||||
background: #ffffff;
|
||||
border: 0; }
|
||||
|
||||
paned headerbar:first-child, hdyleaflet headerbar:first-child, headerbar.titlebar headerbar:first-child {
|
||||
border-color: transparent;
|
||||
|
||||
@ -195,6 +195,12 @@ headerbar {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
dialog &,
|
||||
dialog &:backdrop {
|
||||
background: $bg_color;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
paned, hdyleaflet, headerbar.titlebar {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user