Skip to content

Commit

Permalink
DOMjudge#2537 Give flags a shadow, to make the white parts visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsijm committed May 28, 2024
1 parent 5311c96 commit 55092cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,11 @@ td.scorenc { border-color: silver; border-right: 0; }
}

.countryflag {
height: 30px;
width: 40px;
border-radius: 8px;
padding: 2px;
height: 1.5rem;
width: 2rem;
border-radius: .375rem;
margin: .125rem;
box-shadow: 0 0 .25rem rgba(0, 0, 0, .3);
}

.select2 img.countryflag {
Expand Down

0 comments on commit 55092cd

Please sign in to comment.