Ref T369, style adjustments

This commit is contained in:
Klaus Basan
2018-09-23 03:30:55 +02:00
parent 0bb56fedfb
commit 43541ad08e
3 changed files with 22 additions and 43 deletions

View File

@@ -2,44 +2,19 @@
/** does not(!) affect text edit **/
/** http://doc.qt.io/qt-5/richtext-html-subset.html **/
table {
font-size: 8pt;
}
table { font-size: 8pt; }
tr {
}
tr { }
td { vertical-align: middle; }
td.timestamp { color: green; }
td.message{ }
td {
vertical-align: middle;
}
/** recipient info normal/supervisor **/
td.recipient{ color: yellow; }
.sent td.recipient{ color: blue; }
.supervisor td.recipient{ background-color: red; }
td.timestamp {
color: green;
}
td.recipient{
color: yellow;
}
.sent td.recipient{
color: blue;
}
.supervisor td.recipient{
background-color: red;
}
td.sender{
color: yellow;
}
.sent td.sender{
color: blue;
}
.supervisor td.sender{
background-color: red;
}
td.message{
}
/** sent info normal/supervisor **/
td.sender{ color: yellow; }
.sent td.sender{ color: blue; }
.supervisor td.sender{ background-color: red; }