refactoring, better README (breaking commit...)
[qomet.git] / public / stylesheets / monitor.css
... / ...
CommitLineData
1.blur {
2 background-color: lightsalmon;
3}
4
5.resize {
6 font-style: italic;
7 color: darkred;
8}
9
10.disconnect {
11 background-color: grey;
12}
13
14.absent {
15 opacity: 0.5;
16 background-color: lightgrey;
17}