mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T506, fixing background color for statistics dialog
This commit is contained in:
committed by
Mat Sutcliffe
parent
b110c6aaad
commit
e84de3e476
@@ -92,6 +92,11 @@ BlackGui--Components--CSetupLoadingDialog {
|
|||||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BlackGui--Views--CAircraftModelStatisticsDialog {
|
||||||
|
background: black; /* background is background color here */
|
||||||
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
|
}
|
||||||
|
|
||||||
/* setup load dialog details frame */
|
/* setup load dialog details frame */
|
||||||
/*
|
/*
|
||||||
BlackGui--Components--CSetupLoadingDialog #fr_Details {
|
BlackGui--Components--CSetupLoadingDialog #fr_Details {
|
||||||
@@ -277,6 +282,11 @@ QTabBar::tab {
|
|||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** experimental T506 **/
|
||||||
|
QTabBar::tab[supervisor=true] {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
QTabBar::tab::selected {
|
QTabBar::tab::selected {
|
||||||
background-color: rgba(0, 0, 255, 128);
|
background-color: rgba(0, 0, 255, 128);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user