mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
chore: Add messages drag tip
This commit is contained in:
parent
a602dfdf04
commit
a6638e56fe
1 changed files with 10 additions and 0 deletions
|
@ -1114,6 +1114,16 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
|
|||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#rl-app #messagesDragImage {
|
||||
padding: 5px 5px 5px 10px;
|
||||
color: var(--color-text-lighter);
|
||||
background-color: var(--color-background-darker);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: 0 0 4px var(--color-box-shadow);
|
||||
height: unset;
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
/*
|
||||
* message view
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue