Ref T573, qss styles adjustments

This commit is contained in:
Klaus Basan
2019-03-19 05:43:34 +01:00
committed by Mat Sutcliffe
parent 19ac6d9285
commit 0b273bafc8
2 changed files with 30 additions and 6 deletions

View File

@@ -1,14 +1,37 @@
/** style is applied to a CDockWidgetInfoBar **/
/** frameless is dynamic property**/
/** for frameless only use QDockWidget[framelessDockWidget="true"] QFrame **/
/** "xpdrmode", m_transponder.getTransponderMode **/
/** "xpdrmodeshort", m_transponder.getModeAsShortString **/
QFrame {
BlackGui--CDockWidgetInfoBar {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
BlackGui--CDockWidgetInfoBar[floating="true"] {
min-width: 50em;
}
BlackGui--Components--CTransponderModeComponent {
min-width: 2em;
min-height: 2em;
}
BlackGui--Components--CInfoBarStatusComponent {
padding-left: 1.0em;
padding-right: 1.0em;
}
QLabel {
margin: 0px;
padding-left: 6px;
padding-right: 6px;
padding-left: 0.5em;
padding-right: 0.25em;
padding-bottom: 0px;
padding-top: 0px;
padding-top: 0px;
border: 0px;
/**
background-color: darkslategray;
background-image: url(:/textures/icons/textures/texture-outer.jpg);
border: 0px;
**/
}

View File

@@ -184,6 +184,7 @@ BlackGui--Components--CTextEditDialog,
BlackGui--Components--CSetupLoadingDialog,
BlackGui--Components--CDownloadComponent,
BlackGui--Components--CDownloadDialog,
BlackGui--Components--CUpdateInfoDialog,
BlackGui--Components--CRawFsdMessagesComponent,
BlackGui--Components--CRawFsdMessagesDialog,
BlackGui--Components--CDbOwnModelsDialog,
@@ -200,7 +201,7 @@ BlackGui--Components--CLegalInfoComponent
/* default for buttons */
QToolButton {
background-color: transparent; /* transparent tool buttons */
background-color: rgba(0, 0, 255, 128);
border: 0px;
}