Commit not found.
public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Web] fix quarantine darkmode style
fc0e6b6e
data/web/css/themes/mailcow-darkmode.css | 8 ++++++++
1 file changed, 8 insertions(+)
Diff
diff --git a/data/web/css/themes/mailcow-darkmode.css b/data/web/css/themes/mailcow-darkmode.css
index e1824420..6e0db0e9 100644
--- a/data/web/css/themes/mailcow-darkmode.css
+++ b/data/web/css/themes/mailcow-darkmode.css
@@ -358,3 +358,11 @@ table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
background: #333;
}
+span.mail-address-item {
+ background-color: #333;
+ border-radius: 4px;
+ border: 1px solid #555;
+ padding: 2px 7px;
+ display: inline-block;
+ margin: 2px 6px 2px 0;
+}