Make grid input in contest log section upper case also

这个提交包含在:
phl0 2022-05-30 13:55:56 +02:00
父节点 673dc0f6fb
当前提交 2294e0caf6
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -107,6 +107,10 @@ thead > tr > td {
text-transform: uppercase;
}
.card-body #exch_gridsquare_r {
text-transform: uppercase;
}
.workedGrid {
border-color: green;
}