31 lines
402 B
CSS
31 lines
402 B
CSS
|
|
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: 16pt;
|
|
}
|