1
0

Better colour coding: Version without files (in db): grey; Only FULL:

orange; Only OTA: dark green.
This commit is contained in:
2018-01-15 12:55:40 +01:00
parent 41137663db
commit de84632d5b
3 changed files with 11 additions and 2 deletions

@ -19,6 +19,10 @@ main {
margin-top: 70px;
}
.nofiles {
color: #888;
}
#tooltip {
background-color: white;
z-index: 200;