js8call/.svn/pristine/30/307c432017fd83e9270f72c84707305eda11930a.svn-base
2018-02-08 21:28:33 -05:00

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
}