Make LBA search input fields upper case.

这个提交包含在:
phl0 2023-09-05 12:41:35 +02:00
父节点 ff3e6e0e24
当前提交 e99688cdd5
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -528,4 +528,8 @@ div#station_logbooks_linked_table_paginate {
.qso_panel a i.fa.fa-star:hover {
color: #FFD700 !important;
}
}
#dx, #state, #gridsquare, #sota, #wwff, #pota {
text-transform: uppercase;
}