43 lines
627 B
CSS
43 lines
627 B
CSS
scrolledwindow > listview {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
label.current-id {
|
|
font-size: 12pt;
|
|
color: black;
|
|
background-color: cornsilk;
|
|
border-radius: 5px;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
entry {
|
|
font-size: 16pt;
|
|
}
|
|
|
|
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;
|
|
font-size: 10pt;
|
|
}
|