GTK3: remove background from left nested headerbar
This commit is contained in:
parent
18d4cda44f
commit
fe031cfaa5
@ -4893,6 +4893,12 @@ headerbar {
|
|||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
padding: 0; }
|
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 *
|
* Popovers *
|
||||||
***************/
|
***************/
|
||||||
|
|||||||
@ -4893,6 +4893,12 @@ headerbar {
|
|||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
padding: 0; }
|
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 *
|
* Popovers *
|
||||||
***************/
|
***************/
|
||||||
|
|||||||
@ -4915,6 +4915,12 @@ headerbar {
|
|||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
padding: 0; }
|
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 *
|
* 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 *
|
* Popovers *
|
||||||
***************/
|
***************/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user