mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 14:26:18 +08:00
chore: Improve compose popup header
This commit is contained in:
parent
69b96edbde
commit
5fb914fbc7
1 changed files with 6 additions and 1 deletions
|
@ -1601,9 +1601,14 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsCompose header {
|
||||
background-color: unset;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsCompose header .close,
|
||||
#rl-app #V-PopupsCompose header .minimize-custom {
|
||||
box-sizing: content-box;
|
||||
border-color: unset;
|
||||
}
|
||||
|
||||
#rl-app dialog > footer .btn+.btn {
|
||||
|
|
Loading…
Reference in a new issue