1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

Lighter text at 'status-checks' for 'dark theme'.

This commit is contained in:
just4d 2019-03-05 00:59:52 +01:00 committed by GitHub
parent fa57e84601
commit d89c03ea6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
padding-top: 0;
}
#system-checks .status-error td {
color: #733;
color: #888;
}
#system-checks .status-warning td {
color: #770;
color: #cc0;
}
#system-checks .status-ok td {
color: #040;
color: #018018;
}
#system-checks div.extra {
display: none;