vcs-controller/style.css
2024-05-01 18:49:57 -07:00

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;
}