diff options
author | Frederick Muriuki Muriithi | 2024-09-18 17:12:13 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-18 17:12:13 -0500 |
commit | 0b1da34d601a3c57a7a12795b4914fd7748e8f6e (patch) | |
tree | 82f3b63958a3d6ccab2e93c9f2ec8ed3b786326f /uploader/static | |
parent | 66e7970c3ff5305f8a7d6d60d34b974389f8fe78 (diff) | |
download | gn-uploader-0b1da34d601a3c57a7a12795b4914fd7748e8f6e.tar.gz |
Add genotype dataset UI
Diffstat (limited to 'uploader/static')
-rw-r--r-- | uploader/static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 30d5808..4565aba 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -102,7 +102,7 @@ dd { padding-bottom: 1em; } -input[type="submit"] { +input[type="submit"], .btn { text-transform: capitalize; } |