Added fallback of using alliance station displays for hot goals.

This commit is contained in:
Patrick Fairbank
2014-08-22 21:42:26 -07:00
parent 8e6e436589
commit 59072c6c25
10 changed files with 51 additions and 2 deletions

View File

@@ -86,3 +86,11 @@ body {
[data-status=bypass] {
background-color: #666;
}
#hotGoalLight {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #ff0;
}