vcs-controller/style.css

31 lines
400 B
CSS
Raw Normal View History

2024-03-25 16:27:54 -07:00
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;
2024-04-05 20:58:29 -07:00
font-size: 16pt;
2024-03-25 16:27:54 -07:00
}