vcs-controller/style.css
2024-07-29 02:41:21 +00:00

56 lines
803 B
CSS

scrolledwindow > listview {
font-size: 10pt;
}
menuitem > * {
font-size: 16pt;
}
label.current-id {
font-size: 12pt;
color: black;
background-color: cornsilk;
border-radius: 5px;
margin-top: 4px;
margin-bottom: 4px;
}
label.large-label {
font-size: 10pt;
}
entry {
font-size: 16pt;
}
label.LoadingConnection {
background-color: goldenrod;
color: black;
}
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;
}