2024-05-04 15:09:31 -07:00
|
|
|
scrolledwindow > listview {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2024-05-18 13:05:22 -07:00
|
|
|
menuitem > * {
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
|
2024-05-04 15:09:31 -07:00
|
|
|
label.current-id {
|
|
|
|
font-size: 12pt;
|
|
|
|
color: black;
|
|
|
|
background-color: cornsilk;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2024-05-01 18:49:41 -07:00
|
|
|
|
2024-03-25 16:27:54 -07:00
|
|
|
entry {
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
|
2024-05-22 18:11:43 -07:00
|
|
|
label.LoadingConnection {
|
|
|
|
background-color: goldenrod;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2024-03-25 16:27:54 -07:00
|
|
|
label.NoConnection {
|
|
|
|
background-color: brown;
|
|
|
|
color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.NoConnection {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.YesConnection {
|
|
|
|
color: whitesmoke;
|
|
|
|
background-color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.YesConnection {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.JoystickCurrent {
|
|
|
|
font-size: 24pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
color: black;
|
2024-05-04 15:09:31 -07:00
|
|
|
font-size: 10pt;
|
2024-03-25 16:27:54 -07:00
|
|
|
}
|