Skip to content

Commit

Permalink
Demonstrate in PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Aug 30, 2023
1 parent e7f7d07 commit 1994958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,11 +652,9 @@ blockquote {
position: sticky;
bottom: 0;
box-shadow: -1px 0 0 0 silver inset,
0 2px 0 0 black,
0 -2px 0 0 black;
/* We get another line between the teamscore */
/*border: none;*/
0 1px 0 0 black;
background: var(--background-color);
/* We get another line between the teamscore */
}

tbody.scoreboard-sortorder-body {
Expand Down
2 changes: 2 additions & 0 deletions webapp/templates/partials/scoreboard_table.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@
.cl{{ colorClass }} {
background-color: {{ color }};
box-shadow: -1px 0 0 0 silver inset,
0 -1px 0 0 black inset;
}
{% set cMin = color|hexColorToRGBA(0) %}
Expand Down

0 comments on commit 1994958

Please sign in to comment.