diff options
Diffstat (limited to 'uploader/static/css/theme.css')
| -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; } |
