vcs-controller/style.css
2024-04-05 20:58:29 -07:00

30 lines
400 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;
}