mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-30 17:04:20 +08:00
chore: Add message-list dragover
This commit is contained in:
parent
58c90f4888
commit
9e7dc8b1e9
1 changed files with 6 additions and 4 deletions
|
@ -990,14 +990,16 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
|
||||||
border-color: var(--color-border);
|
border-color: var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .messageList .b-content .listDragOver {
|
|
||||||
/* ! does not work */
|
|
||||||
}
|
|
||||||
|
|
||||||
#rl-app .messageList .b-content .listError {
|
#rl-app .messageList .b-content .listError {
|
||||||
color: var(--color-error);
|
color: var(--color-error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app .messageList .b-content .listDragOver.dragOverEnter {
|
||||||
|
background-color: var(--color-background-dark);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app .messageList .b-content .listDragOver,
|
#rl-app .messageList .b-content .listDragOver,
|
||||||
#rl-app .messageList .b-content .listEmptyMessage,
|
#rl-app .messageList .b-content .listEmptyMessage,
|
||||||
#rl-app .messageList .b-content .listError,
|
#rl-app .messageList .b-content .listError,
|
||||||
|
|
Loading…
Add table
Reference in a new issue