mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Style sheet fixes, moved green connect button to style sheet. Also it is just ":" and not "::" for pseudo states.
This commit is contained in:
@@ -85,14 +85,19 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
|
||||
min-height:20px;
|
||||
}
|
||||
|
||||
#wi_MainKeypadArea QPushButton::checked {
|
||||
#wi_MainKeypadArea QPushButton:checked {
|
||||
border-style: solid;
|
||||
border-color: green;
|
||||
font: bold;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
#wi_MainKeypadArea QPushButton::pressed {
|
||||
#wi_MainKeypadArea QPushButton#pb_Connect:checked {
|
||||
background-color: green;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#wi_MainKeypadArea QPushButton:pressed {
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user