mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
21 lines
545 B
CSS
21 lines
545 B
CSS
/** style sheet for content !!! **/
|
|
/** does not(!) affect text edit **/
|
|
/** http://doc.qt.io/qt-5/richtext-html-subset.html **/
|
|
|
|
table { font-size: 8pt; }
|
|
|
|
tr { }
|
|
td { vertical-align: middle; }
|
|
td.timestamp { color: green; }
|
|
td.message{ }
|
|
|
|
/** recipient info normal/supervisor **/
|
|
td.recipient{ color: yellow; }
|
|
.sent td.recipient{ color: blue; }
|
|
.supervisor td.recipient{ background-color: red; }
|
|
|
|
/** sent info normal/supervisor **/
|
|
td.sender{ color: yellow; }
|
|
.sent td.sender{ color: blue; }
|
|
.supervisor td.sender{ background-color: red; }
|