From 4657a15d303fe53d0ed2a5cfb6c2aaebcba7a348 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 23 Jul 2024 14:37:46 +0200 Subject: [PATCH] uppercase in input field --- application/views/widgets/oqrs.php | 2 +- assets/css/general.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/application/views/widgets/oqrs.php b/application/views/widgets/oqrs.php index bfe106ec1..c5ceee68e 100644 --- a/application/views/widgets/oqrs.php +++ b/application/views/widgets/oqrs.php @@ -88,7 +88,7 @@ To use this widget insert this Element:
- +
diff --git a/assets/css/general.css b/assets/css/general.css index 16231a0d2..2e59fa8af 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1038,3 +1038,7 @@ label { .blank-row { height: 20px !important; } + +.uppercase { + text-transform: uppercase; +} \ No newline at end of file