diff options
| author | Frederick Muriuki Muriithi | 2025-12-17 13:04:31 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-17 13:23:46 -0600 |
| commit | 9a30b809b6fa78a7faa065e6bf5a13724cc06531 (patch) | |
| tree | 4098dbde977fc178ee0ba476683e1137ef8abc30 /uploader/static | |
| parent | cfa2de85debe16a5eb062cca1cf02b9e1e0a2ba6 (diff) | |
| download | gn-uploader-9a30b809b6fa78a7faa065e6bf5a13724cc06531.tar.gz | |
Update samples UI to new streamlined UI format.
Diffstat (limited to 'uploader/static')
| -rw-r--r-- | uploader/static/css/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
