From 9a30b809b6fa78a7faa065e6bf5a13724cc06531 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 17 Dec 2025 13:04:31 -0600 Subject: Update samples UI to new streamlined UI format. --- uploader/static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uploader/static/css/theme.css') diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 2acce5f..99b7af3 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -56,6 +56,10 @@ body { text-transform: capitalize; } +label { + text-transform: Capitalize; +} + input[type="search"] { border-radius: 5px; } -- cgit 1.4.1