GTK3: remove background from left nested headerbar
This commit is contained in:
parent
18d4cda44f
commit
fe031cfaa5
@ -4893,6 +4893,12 @@ headerbar {
|
||||
margin: 0 4px;
|
||||
padding: 0; }
|
||||
|
||||
paned headerbar:first-child, hdyleaflet headerbar:first-child, headerbar.titlebar headerbar:first-child {
|
||||
border-color: transparent;
|
||||
background: #272a34; }
|
||||
paned headerbar:first-child:backdrop, hdyleaflet headerbar:first-child:backdrop, headerbar.titlebar headerbar:first-child:backdrop {
|
||||
background: #292c37; }
|
||||
|
||||
/***************
|
||||
* Popovers *
|
||||
***************/
|
||||
|
||||
@ -4893,6 +4893,12 @@ headerbar {
|
||||
margin: 0 4px;
|
||||
padding: 0; }
|
||||
|
||||
paned headerbar:first-child, hdyleaflet headerbar:first-child, headerbar.titlebar headerbar:first-child {
|
||||
border-color: transparent;
|
||||
background: #272a34; }
|
||||
paned headerbar:first-child:backdrop, hdyleaflet headerbar:first-child:backdrop, headerbar.titlebar headerbar:first-child:backdrop {
|
||||
background: #292c37; }
|
||||
|
||||
/***************
|
||||
* Popovers *
|
||||
***************/
|
||||
|
||||
@ -4915,6 +4915,12 @@ headerbar {
|
||||
margin: 0 4px;
|
||||
padding: 0; }
|
||||
|
||||
paned headerbar:first-child, hdyleaflet headerbar:first-child, headerbar.titlebar headerbar:first-child {
|
||||
border-color: transparent;
|
||||
background: #fafafa; }
|
||||
paned headerbar:first-child:backdrop, hdyleaflet headerbar:first-child:backdrop, headerbar.titlebar headerbar:first-child:backdrop {
|
||||
background: #f7f7f7; }
|
||||
|
||||
/***************
|
||||
* Popovers *
|
||||
***************/
|
||||
|
||||
@ -159,6 +159,15 @@ headerbar {
|
||||
}
|
||||
}
|
||||
|
||||
paned, hdyleaflet, headerbar.titlebar {
|
||||
& headerbar:first-child {
|
||||
border-color: transparent;
|
||||
background: $base_color;
|
||||
|
||||
&:backdrop { background: $backdrop_base_color; }
|
||||
}
|
||||
}
|
||||
|
||||
/***************
|
||||
* Popovers *
|
||||
***************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user