From e99688cdd5e4dd0e90c594fa1cb982f779763478 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 5 Sep 2023 12:41:35 +0200 Subject: [PATCH] Make LBA search input fields upper case. --- assets/css/general.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index a4ba54d6..9fd56cb6 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -528,4 +528,8 @@ div#station_logbooks_linked_table_paginate { .qso_panel a i.fa.fa-star:hover { color: #FFD700 !important; -} \ No newline at end of file +} + +#dx, #state, #gridsquare, #sota, #wwff, #pota { + text-transform: uppercase; +}