mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
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:
committed by
Mat Sutcliffe
parent
985674f1cf
commit
13c67e4838
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user