Brighten header information (from,to,date)

Fix message preview border color
This commit is contained in:
2019-11-16 01:26:30 +01:00
parent 512d9fca7f
commit 39c45ba4e6

View File

@@ -118,9 +118,14 @@ body.iframe {
#all-headers, #all-headers,
#headers-source { #headers-source {
background-color: #333; background-color: #333;
color: #eee; color: #ccc;
border-color: #555; border-color: #555;
} }
.headers-table td,
.headers-table td.header a {
color: #ccc;
}
/* eof Message composition */ /* eof Message composition */
/* Settings */ /* Settings */
@@ -143,7 +148,7 @@ body.iframe {
/* Settings Section */ /* Settings Section */
.uibox { .uibox {
background-color: #333; background-color: #333;
border-color: #555; border-color: #555 !important;
} }
.uibox .boxtitle { .uibox .boxtitle {