mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
chore: Add group labels
This commit is contained in:
parent
6529d01a4f
commit
2c3766f4d5
1 changed files with 6 additions and 0 deletions
|
|
@ -797,6 +797,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
|
||||||
border-left-color: inherit;
|
border-left-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app .messageList .groupLabel {
|
||||||
|
background-color: var(--color-background-dark);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
margin: 2px 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* message view
|
* message view
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue