diff options
author | Frederick Muriuki Muriithi | 2025-02-17 17:26:39 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-18 08:24:38 -0600 |
commit | 9ee7f2eee907d0d073097ae3c0112b8b24419730 (patch) | |
tree | 1326bb71e02f9e134193954a60e20fd1fdbf66a0 /uploader/static/css | |
parent | 3470f09fd852fe664a77e1132dda41abfab1c2ab (diff) | |
download | gn-uploader-9ee7f2eee907d0d073097ae3c0112b8b24419730.tar.gz |
Select from searchable list and allow new species creation.
Select the species to use from a searchable list. In case the species
does not exist in the list, allow creation of the list.
Diffstat (limited to 'uploader/static/css')
-rw-r--r-- | uploader/static/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 6f26621..bf7305e 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -144,3 +144,7 @@ body { border-bottom: solid #88BBEE; text-transform: capitalize; } + +input[type="search"] { + border-radius: 5px; +} |