mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Merge pull request #1286 from rezaei92/master
Sending group email to all contact addresses
This commit is contained in:
commit
65d469f71a
5 changed files with 42 additions and 3 deletions
|
|
@ -166,10 +166,15 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
input:not([type='checkbox']), textarea {
|
||||
width: 70vw;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
#send-to-all > input[type="checkbox"] {
|
||||
margin-left: 2px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.read-only-sign {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue