diff options
| author | Frederick Muriuki Muriithi | 2026-04-09 04:59:38 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-04-09 04:59:38 -0500 |
| commit | 7c241531b4dae994173de14691c299ee1f81106c (patch) | |
| tree | fb1b43a28ce78b9d8cd1fab87646806be804e8ba /uploader/static/css | |
| parent | 36eb3bb0a8d83fb9272713c01c851518697fb4c9 (diff) | |
| download | gn-uploader-7c241531b4dae994173de14691c299ee1f81106c.tar.gz | |
Customise CSS only for specific form.
Diffstat (limited to 'uploader/static/css')
| -rw-r--r-- | uploader/static/css/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 276978f..6f5cb0c 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -81,10 +81,10 @@ table.dataTable tbody tr.selected td { background-color: #ffee99 !important; } -.form-group { +#frm-add-phenotypes .form-group { margin-bottom: 2em; padding-bottom: 0.2em; - border-bottom: solid gray 1px; + border-bottom: solid #A9A9A9 1px; } |
