1
0

Small CSS changes. Enable live upload.

This commit is contained in:
2017-12-16 23:06:19 +01:00
parent 30b5d08e34
commit d0b3b544bf
2 changed files with 10 additions and 1 deletions

View File

@ -18,3 +18,7 @@ td.ref {
td.empty {
color: silver;
}
tr:hover {
background-color: #ddd;
}