From 9ee7f2eee907d0d073097ae3c0112b8b24419730 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 17 Feb 2025 17:26:39 -0600 Subject: 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. --- uploader/static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uploader/static/css') 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; +} -- cgit v1.2.3