mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
chore: Add attachment-place dragover
This commit is contained in:
parent
0f11e81c23
commit
a602dfdf04
1 changed files with 9 additions and 0 deletions
|
|
@ -1720,6 +1720,15 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsCompose .b-attachment-place {
|
||||
border-color: var(--color-border);
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsCompose .b-attachment-place.dragAndDropOver {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
/*
|
||||
* nextcloud file picker
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue