mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Added: DKIM status
This commit is contained in:
parent
c6db99d53b
commit
9bc977cccf
10 changed files with 239 additions and 7 deletions
|
|
@ -58,6 +58,26 @@
|
|||
}
|
||||
}
|
||||
|
||||
.iconcolor-display-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.iconcolor-green {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.iconcolor-red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.iconcolor-white {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.iconcolor-grey {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.denied-by-browser {
|
||||
cursor: default;
|
||||
.icon-checkbox-checked, icon-checkbox-unchecked {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue