mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
New Sieve GUI improvements #80
This commit is contained in:
parent
ffc2da33f8
commit
0bd3804265
48 changed files with 181 additions and 144 deletions
|
|
@ -34,3 +34,16 @@
|
|||
height: 300px;
|
||||
font-family: var(--fontMono);
|
||||
}
|
||||
|
||||
.sieve-block {
|
||||
border: 1px solid var(--border-color, #ddd);
|
||||
margin: 1em 0;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.sieve-block > div {
|
||||
padding-left:2em;
|
||||
}
|
||||
.sieve-block > details > div {
|
||||
padding-left:1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue