diff options
author | Frederick Muriuki Muriithi | 2025-01-24 11:36:57 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-24 11:36:57 -0600 |
commit | 16e5241b2225ee84e31625a2b1b806a60472252f (patch) | |
tree | 971a8f32bfc88a956310f72ec84ebc191fbcc13a /uploader/static/css | |
parent | 8d495d539585ea95a4cbdb1c155c4932cbe215b9 (diff) | |
download | gn-uploader-16e5241b2225ee84e31625a2b1b806a60472252f.tar.gz |
Provide UI for editing a specific phenotype.
Diffstat (limited to 'uploader/static/css')
-rw-r--r-- | uploader/static/css/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 1c3e677..7bd51a9 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -136,11 +136,13 @@ input[type="submit"], .btn { .heading { border-bottom: solid #EEBB88; + text-transform: capitalize; } .subheading { padding: 1em 0 0.1em 0.5em; border-bottom: solid #88BBEE; + text-transform: capitalize; } form { @@ -154,6 +156,11 @@ form .form-control { background-color: #EAEAFF; } +.table-form-table thead { + background: #E5E5FF; +} + + .sidebar-content .card .card-title { font-size: 1.5em; } |