css: quick & dirty style for active stage
This commit is contained in:
parent
c41d9829ad
commit
9aec5bfdc3
|
@ -300,6 +300,10 @@ table.tinystats {
|
||||||
|
|
||||||
/* Simple table, test */
|
/* Simple table, test */
|
||||||
|
|
||||||
|
tr.running {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
|
||||||
table.simple {
|
table.simple {
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue