mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Style sheet improvements
* button clicked shown in different style (better user experience) * menu toopen main style sheet
This commit is contained in:
@@ -22,7 +22,7 @@ QAbstractScrollArea #qw_RemarksGenerator { background-color: transparent; backg
|
||||
/* in log component */
|
||||
/**
|
||||
QAbstractScrollArea #pg_StatusPageMessages { background-color: black; }
|
||||
QAbstractScrollArea #pg_StatusPageCons ole { background-color: black; }
|
||||
QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
|
||||
**/
|
||||
|
||||
/* main GUI parts */
|
||||
@@ -92,6 +92,10 @@ QAbstractScrollArea #pg_StatusPageCons ole { background-color: black; }
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
#wi_MainKeypadArea QPushButton::pressed {
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
/* cockpit needs to come after sw_MainMiddle */
|
||||
#comp_CockpitComComponent QPushButton {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user