Skip to content

Commit

Permalink
Make flat&bright default, and fix Red box.
Browse files Browse the repository at this point in the history
The brighter the better for projectors.
Flat&bright shouldn't have a gradient on the OR/TO/OTO box.

Fix handling of removal of scoreboard_dots.
  • Loading branch information
brian-brazil committed Apr 13, 2019
1 parent c09a050 commit 0539967
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/default/99-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<Setting Id="ScoreBoard.Intermission.Intermission"><![CDATA[Intermission]]></Setting>
<Setting Id="ScoreBoard.Intermission.Unofficial"><![CDATA[Unofficial Score]]></Setting>
<Setting Id="ScoreBoard.Intermission.Official"><![CDATA[Final Score]]></Setting>
<Setting Id="ScoreBoard.Preview_BoxStyle"><![CDATA[box_flat]]></Setting>
<Setting Id="ScoreBoard.Preview_BoxStyle"><![CDATA[box_flat_bright]]></Setting>
<Setting Id="ScoreBoard.Preview_CurrentView"><![CDATA[scoreboard]]></Setting>
<Setting Id="ScoreBoard.Preview_CustomHtml"><![CDATA[/customhtml/fullscreen/example.html]]></Setting>
<Setting Id="ScoreBoard.Preview_Image"><![CDATA[/images/fullscreen/American Flag.jpg]]></Setting>
<Setting Id="ScoreBoard.Preview_SidePadding"><![CDATA[]]></Setting>
<Setting Id="ScoreBoard.Preview_SwapTeams"><![CDATA[false]]></Setting>
<Setting Id="ScoreBoard.Preview_Video"><![CDATA[/videos/fullscreen/American Flag.webm]]></Setting>
<Setting Id="ScoreBoard.View_BoxStyle"><![CDATA[box_flat]]></Setting>
<Setting Id="ScoreBoard.View_BoxStyle"><![CDATA[box_flat_bright]]></Setting>
<Setting Id="ScoreBoard.View_CurrentView"><![CDATA[scoreboard]]></Setting>
<Setting Id="ScoreBoard.View_CustomHtml"><![CDATA[/customhtml/fullscreen/example.html]]></Setting>
<Setting Id="ScoreBoard.View_Image"><![CDATA[/images/fullscreen/American Flag.jpg]]></Setting>
Expand Down
4 changes: 4 additions & 0 deletions html/views/standard/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ body.box_flat .Box.Red {
border-radius: 5px !important;
}

body.box_flat.bright .Box.Red {
background: #FF4040;
}

body.box_flat .FlatDark {
color: #FFFFFF;
}
Expand Down
2 changes: 1 addition & 1 deletion html/views/standard/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions html/views/standard/test.html

This file was deleted.

0 comments on commit 0539967

Please sign in to comment.