mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Sieve filters (interface/vacation action)
This commit is contained in:
parent
54edeaa645
commit
68cc322bd5
26 changed files with 235 additions and 104 deletions
|
|
@ -21,13 +21,17 @@
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.filter-name {
|
||||
.filter-name, .filter-sub-name {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
line-height: 22px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.filter-sub-name {
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
|
||||
.filter-item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue