|
|
|
|
@ -394,21 +394,19 @@ namespace KMail { |
|
|
|
|
" border-right: solid %3 1px ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.fancy.header > div.sender-pic{\n" |
|
|
|
|
" font-size:0.8em;\n" |
|
|
|
|
" border:1px solid black;\n" |
|
|
|
|
" background-color:InfoBackground;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.fancy.header > div.sender-status{\n" |
|
|
|
|
" text-align:center;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.htmlWarn {\n" |
|
|
|
|
" border: 2px solid #ffffff ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
"div.senderStatus {\n" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"div.senderpic{\n" |
|
|
|
|
" font-size:0.8em ! important;\n" |
|
|
|
|
" border:1px solid black ! important;\n" |
|
|
|
|
" background-color:%2 ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.senderstatus{\n" |
|
|
|
|
" text-align:center ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
) |
|
|
|
|
.arg( headerFont, |
|
|
|
|
cg.background().name(), |
|
|
|
|
@ -590,17 +588,19 @@ namespace KMail { |
|
|
|
|
" border-right: solid %4 1px ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.senderpic{\n" |
|
|
|
|
" font-size:0.8em;\n" |
|
|
|
|
" border:1px solid black;\n" |
|
|
|
|
// FIXME: InfoBackground crashes KHTML
|
|
|
|
|
//" background-color:InfoBackground;\n"
|
|
|
|
|
" background-color:%5;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.senderstatus{\n" |
|
|
|
|
" text-align:center;\n" |
|
|
|
|
"}\n\n" ) |
|
|
|
|
"div.senderpic{\n" |
|
|
|
|
" padding: 0px ! important;\n" |
|
|
|
|
" font-size:0.8em ! important;\n" |
|
|
|
|
" border:1px solid black ! important;\n" |
|
|
|
|
// FIXME: InfoBackground crashes KHTML
|
|
|
|
|
//" background-color:InfoBackground ! important;\n"
|
|
|
|
|
" background-color:%5 ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
|
|
|
|
|
"div.senderstatus{\n" |
|
|
|
|
" text-align:center ! important;\n" |
|
|
|
|
"}\n\n" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
.arg( headerFont ) |
|
|
|
|
.arg( cg.highlight().name(), |
|
|
|
|
|