WSJT-X/UDPExamples/qss/default.qss

10 lines
176 B
Plaintext

/* default stylesheet for the message aggregator application */
[transmitting="true"] {
background-color: yellow
}
[decoding="true"] {
background-color: cyan
}