mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T573, qss styles adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
19ac6d9285
commit
0b273bafc8
@@ -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;
|
||||
**/
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user