before new php version

This commit is contained in:
2020-10-04 20:01:06 +02:00
parent 99646d3175
commit d752ed6b54
5 changed files with 449 additions and 109 deletions

View File

@@ -57,6 +57,7 @@ label.disabled {
.grid input:disabled {
color: black;
background: rgba(0, 0, 0, 0.1);
font-weight: bold;
}
@@ -69,7 +70,7 @@ label.disabled {
}
.highlighted {
background: yellow;
background: lightYellow;
}
#shareDiv {