mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
refs #755, mapping UI improvements
* make drop area more obvious by icon and color * improve forms so the layout looks better on large screens * button to display model dialog (like distributor, ICAO, ...)
This commit is contained in:
committed by
Roland Winklmeier
parent
aafff6cd82
commit
10325ee8a9
@@ -119,12 +119,13 @@ BlackGui--COverlayMessages {
|
||||
}
|
||||
|
||||
BlackGui--CDropSite {
|
||||
color: blue;
|
||||
border: 2px solid green;
|
||||
color: grey;
|
||||
border: 2px dashed grey;
|
||||
border-radius: 5px;
|
||||
min-height: 20px;
|
||||
max-height: 20px;
|
||||
min-height: 18px;
|
||||
max-height: 18px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/* Validator bar */
|
||||
|
||||
Reference in New Issue
Block a user