mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
73ac2ebc39
Thanks to Mike W9MDB for contributing this patch. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6892 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
/* default stylesheet for the message aggregator application */
|
|
|
|
[transmitting="true"] {
|
|
background-color: yellow
|
|
}
|
|
|
|
[decoding="true"] {
|
|
background-color: cyan
|
|
}
|
|
|
|
[watchdog_timeout="true"] {
|
|
background-color: red
|
|
} |