Style sheet improvements

* button clicked shown in different style (better user experience)
* menu toopen main style sheet
This commit is contained in:
Klaus Basan
2017-09-27 02:59:55 +02:00
parent 40bc75a98c
commit f2820ba5a5
6 changed files with 51 additions and 5 deletions

View File

@@ -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;