style: fix style issue

This commit is contained in:
ViavaCos
2021-09-04 13:45:41 +08:00
committed by 神戸小鳥
parent c758f13a10
commit 86126e7444
2 changed files with 14 additions and 0 deletions

View File

@ -187,6 +187,13 @@ html {
background-color: lightsalmon !important;
}
.grade1b,
.grade2b,
.grade3b {
padding-left: 1.5rem;
box-sizing: border-box;
}
.selected {
background-color: gray;
color: #EEEEEE;

View File

@ -182,6 +182,13 @@ html {
background-color: lightsalmon !important;
}
.grade1b,
.grade2b,
.grade3b {
padding-left: 1.5rem;
box-sizing: border-box;
}
.selected {
background-color: gray;
color: white;