Tidy up realtime scoring inputs on match play

This commit is contained in:
Ken Schenke
2020-04-18 13:27:27 -05:00
parent 53574dcbc8
commit f91e3460d3
5 changed files with 62 additions and 297 deletions

View File

@@ -108,3 +108,8 @@ td[data-plc-value="true"] {
input[data-changed="true"], select[data-changed="true"] {
border: 2px solid #f00;
}
.score-block {
padding: 5px;
border-radius: 3px;
border: 1px solid #ddd;
}