Sat, 22 Jul 2023 15:07:23 +0200
fix missing input types in CSS file
src/main/webapp/lightpit.css | file | annotate | diff | comparison | revisions |
--- a/src/main/webapp/lightpit.css Sat Jul 22 13:04:12 2023 +0200 +++ b/src/main/webapp/lightpit.css Sat Jul 22 15:07:23 2023 +0200 @@ -256,6 +256,8 @@ } table.formtable input[type=text], +table.formtable input[type=url], +table.formtable input[type=email], table.formtable input[type=number], table.formtable select, table.formtable textarea {