GTK3: make dialog headerbar blend with the window content

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-22 10:51:27 +01:00
parent 4f796cce4f
commit 33d24a462d
4 changed files with 15 additions and 0 deletions
@@ -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;
+3
View File
@@ -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;