Login UI/lookup improvements

* made tool -> push buttons as easier to spot
* reverse lookup of model before login -> always latest DB data
* use "text only" ICAO code if loading from DB yields no result
This commit is contained in:
Klaus Basan
2019-01-16 18:56:05 +01:00
committed by Mat Sutcliffe
parent 985674f1cf
commit 13c67e4838
12 changed files with 96 additions and 51 deletions

View File

@@ -105,6 +105,12 @@ 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 */
@@ -222,11 +228,10 @@ QPushButton {
color: yellow; /* font color */
padding: 0px 0.25em 0px 0.25em;
margin-right: 5px;
min-width:40px;
min-height:20px;
min-width: 25px;
min-height: 20px;
}
QPushButton::disabled {
background-color: rgba(77, 88, 99, 128); /* slated gray if a channel) */
border-style: none;