update
This commit is contained in:
parent
a5ecc62985
commit
25a7a6c068
@ -2650,7 +2650,20 @@ window#GearyMainWindow.background.csd { // <= 3.32
|
|||||||
|
|
||||||
// >= 40.0
|
// >= 40.0
|
||||||
.geary-main-window {
|
.geary-main-window {
|
||||||
&.background.csd.unified { background: none; }
|
&.background.csd.unified {
|
||||||
|
background: none;
|
||||||
|
|
||||||
|
.geary-main-layout { // >= 40.0 reset
|
||||||
|
> leaflet > leaflet > headerbar { // left and center headerbar
|
||||||
|
&:first-child { box-shadow: none; }
|
||||||
|
&:last-child { box-shadow: none; }
|
||||||
|
}
|
||||||
|
|
||||||
|
> leaflet > headerbar { // right headerbar
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.geary-main-layout { // >= 40.0
|
.geary-main-layout { // >= 40.0
|
||||||
background-color: $dark_sidebar_bg;
|
background-color: $dark_sidebar_bg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user