Add tower strength display and remove lights.

This commit is contained in:
Patrick Fairbank
2016-08-25 23:34:14 -07:00
parent a987086160
commit bc8a6ea6b6
7 changed files with 39 additions and 72 deletions

View File

@@ -100,7 +100,13 @@ body[data-mode=fieldReset] .mode#fieldReset {
#match[data-state=POST_MATCH] #inMatch {
display: block;
}
body[data-position=redTower] #match[data-state=PRE_MATCH] #inMatch,
body[data-position=blueTower] #match[data-state=PRE_MATCH] #inMatch {
display: block;
}
body[data-position=redTower] #match, body[data-position=blueTower] #match {
background-color: #000;
}
/* In Match */
#inMatch .datapoint {
@@ -127,6 +133,14 @@ body[data-position=right] #inMatch #blueScore {
display: block;
color: #07f;
}
body[data-position=redTower] #inMatch #redTower {
display: block;
color: #f43;
}
body[data-position=blueTower] #inMatch #blueTower {
display: block;
color: #07f;
}
/* Pre Match */
#preMatch #teamNumber {