Merge pull request #2463 from phl0/lbaUpperCase

这个提交包含在:
Andreas Kristiansen 2023-09-05 12:55:44 +02:00 提交者 GitHub
当前提交 4ef34aa38d
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -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;
}