diff --git a/webapp/public/style_domjudge.css b/webapp/public/style_domjudge.css index 150f60c4f3..c578bb506c 100644 --- a/webapp/public/style_domjudge.css +++ b/webapp/public/style_domjudge.css @@ -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 { diff --git a/webapp/templates/partials/scoreboard_table.html.twig b/webapp/templates/partials/scoreboard_table.html.twig index 04ee5503b5..a648107260 100644 --- a/webapp/templates/partials/scoreboard_table.html.twig +++ b/webapp/templates/partials/scoreboard_table.html.twig @@ -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) %}