Text message improvements

* css (text message style sheet)
* settings/send to group boxes NOT checked at beginning
* qss
* string concat with %
This commit is contained in:
Klaus Basan
2019-01-19 18:03:54 +01:00
committed by Mat Sutcliffe
parent 77e642d42d
commit 27b9c5e8c8
5 changed files with 20 additions and 55 deletions

View File

@@ -86,12 +86,6 @@ BlackGui--Components--CCopyConfigurationComponent {
}
*/
/* setup load dialog */
BlackGui--Components--CSetupLoadingDialog {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
/* setup load dialog details frame */
/*
BlackGui--Components--CSetupLoadingDialog #fr_Details {
@@ -100,12 +94,6 @@ BlackGui--Components--CSetupLoadingDialog #fr_Details {
}
*/
/** dialog for airports **/
BlackGui--Components--CAirportDialog {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
/* core settings */
/* needed for CCoreSettingsDialog */
/* BlackGui::Components::CSettingsComponent */
@@ -198,6 +186,10 @@ BlackGui--Components--CAircraftModelSetValidationDialog,
BlackGui--Components--CCoreSettingsDialog,
BlackGui--Views--CAircraftModelValidationDialog,
BlackGui--Views--CAircraftModelStatisticsDialog,
BlackGui--Components--CSettingsFontDialog,
BlackGui--Components--CAirportDialog,
BlackGui--Components--CTextEditDialog,
BlackGui--Components--CSetupLoadingDialog,
BlackGui--Components--CDownloadComponent,
BlackGui--Components--CDownloadDialog,
BlackGui--Components--CRawFsdMessagesComponent,

View File

@@ -1,3 +1,4 @@
/** default style from testmessage.css **/
/** style sheet for content !!! **/
/** does not(!) affect text edit **/
/** http://doc.qt.io/qt-5/richtext-html-subset.html **/
@@ -6,7 +7,7 @@ table { font-size: 8pt; }
tr { }
td { vertical-align: middle; }
td.timestamp { color: green; }
td.timestamp { color: lightgreen; }
td.message{ }
/** recipient info normal/supervisor **/
@@ -16,5 +17,5 @@ td.recipient{ color: yellow; }
/** sent info normal/supervisor **/
td.sender{ color: yellow; }
.sent td.sender{ color: blue; }
.sent td.sender{ color: magenta; }
.supervisor td.sender{ background-color: red; }