mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Show series wins in final score view.
This commit is contained in:
@@ -362,6 +362,23 @@ html {
|
||||
[data-checked=false] {
|
||||
color: #e00;
|
||||
}
|
||||
.final-footer {
|
||||
float: left;
|
||||
width: 33.3%;
|
||||
}
|
||||
#finalSeriesStatus {
|
||||
text-align: center;
|
||||
min-height: 1px;
|
||||
}
|
||||
#finalSeriesStatus[data-leader="red"] {
|
||||
color: #f66;
|
||||
}
|
||||
#finalSeriesStatus[data-leader="blue"] {
|
||||
color: #39f;
|
||||
}
|
||||
#finalMatchName {
|
||||
text-align: right;
|
||||
}
|
||||
#sponsor {
|
||||
position: fixed;
|
||||
width: 1000px;
|
||||
|
||||
Reference in New Issue
Block a user