This commit is contained in:
Vince 2021-08-21 23:20:31 +08:00
parent d0487574a2
commit 5491d45dfb
2 changed files with 25 additions and 2 deletions

View File

@ -1401,8 +1401,9 @@ actionbar {
background-color: darken($bg_color, 3%); background-color: darken($bg_color, 3%);
} }
.background.csd revealer > & > revealer > box, // .background.csd revealer > & > revealer > box,
.background.csd > box.vertical > & > revealer > box { .background.csd > box.vertical > & > revealer > box,
.background.csd > box > box > box > & > revealer > box {
border-radius: 0 0 $wm_radius $wm_radius; border-radius: 0 0 $wm_radius $wm_radius;
} }
} }

View File

@ -2855,6 +2855,16 @@ window#GearyMainWindow.background.csd { // <= 3.32
} }
} }
} }
geary-composer-editor {
> box.background {
background-color: transparent;
> actionbar > revealer > box {
border-radius: 0 0 7px 7px;
}
}
}
} }
searchbar { searchbar {
@ -2866,6 +2876,18 @@ window#GearyMainWindow.background.csd { // <= 3.32
} }
} }
geary-composer-box.background.csd {
geary-composer-editor {
> box.background {
background-color: transparent;
> actionbar > revealer > box {
border-radius: 0 0 $wm_radius $wm_radius;
}
}
}
}
// Accounts setting dialog // Accounts setting dialog
.geary-accounts-editor-pane-content { .geary-accounts-editor-pane-content {
frame:not(.geary-signature) { frame:not(.geary-signature) {