Sieve test connection

This commit is contained in:
RainLoop Team 2015-01-28 20:27:23 +04:00
parent b563528be7
commit 63a286a6b6
5 changed files with 88 additions and 12 deletions

View file

@ -30,14 +30,14 @@
}
.testing-done {
.imap-header, .smtp-header {
&.imap-header, &.sieve-header, &.smtp-header {
color: green;
font-weight: bold;
}
}
.testing-error {
.imap-header, .smtp-header {
&.imap-header, &.sieve-header, &.smtp-header {
color: red;
}
}