Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 17, 2024
1 parent 469525b commit e027d99
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,8 @@ blockquote {
}

@media only screen and (min-width: 600px) {
.scoreheader,
.scoreheader th {
background-color: white;
z-index: 200;
z-index: 100;
}

.summaryline td {
Expand All @@ -661,22 +659,11 @@ blockquote {
box-shadow: 0 -1px 0 0 black,
0 1px 0 0 black;
border: 1px 0 1px 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;*/
background: var(--background-color);
}

/*.scoreheader, .scoreheader th {
border: 1px solid red;
box-shadow: 0 -1px 0 0 black,
0 1px 0 0 black;
}*/

tbody.scoreboard-sortorder-body {
position: relative;
z-index: 100;
z-index: 50;
}
}

0 comments on commit e027d99

Please sign in to comment.