Files
WSJT-X/UDPExamples/qss/default.qss
T

13 lines
235 B
Plaintext
Raw Normal View History

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