[Dovecot] Quota notifications: Allow to send to external address (BCC via mailcow UI)

This commit is contained in:
andryyy
2021-05-23 09:49:36 +02:00
parent 9c075af2d9
commit beda649ecf
6 changed files with 36 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ table.footable > tbody > tr.footable-empty > th {
}
.fooicon {
position: relative;
top: 1px;
top: 0px;
display: inline-block;
font-family: "bootstrap-icons" !important;
font-style: normal;
@@ -123,10 +123,10 @@ table.footable > tbody > tr.footable-empty > th {
content: "\f130";
}
.fooicon-plus:before {
content: "\f64d";
content: "\f4fc";
}
.fooicon-minus:before {
content: "\f63b";
content: "\f2e8";
}
.fooicon-search:before {
content: "\f52a";

View File

@@ -230,3 +230,9 @@ table.footable>tbody>tr.footable-empty>td {
font-style:italic;
font-size: 1rem;
}
.navbar-nav > li {
font-size: 1rem !important;
}
.dropdown-menu > li > a {
font-size: 1rem !important;
}