Merged in bugfix/MAPG-35-fix-scorebar (pull request #17)

MAPG-35 re-add border-radius for scoreBarBase
This commit is contained in:
Bence Pőcze 2020-05-21 00:31:01 +00:00
commit b4615c2cdd

View File

@ -140,6 +140,7 @@ div.buttonContainer.bottom {
height: 24px; height: 24px;
margin: 0 auto; margin: 0 auto;
background-color: #eeeeee; background-color: #eeeeee;
border-radius: 3px;
} }
#scoreBar { #scoreBar {