Ref T506, fixing background color for statistics dialog

This commit is contained in:
Klaus Basan
2019-01-08 23:00:26 +01:00
committed by Mat Sutcliffe
parent b110c6aaad
commit e84de3e476

View File

@@ -92,6 +92,11 @@ BlackGui--Components--CSetupLoadingDialog {
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 */
/*
BlackGui--Components--CSetupLoadingDialog #fr_Details {
@@ -277,6 +282,11 @@ QTabBar::tab {
margin-right: 3px;
}
/** experimental T506 **/
QTabBar::tab[supervisor=true] {
background-color: red;
}
QTabBar::tab::selected {
background-color: rgba(0, 0, 255, 128);
}