# HG changeset patch # User Mike Becker # Date 1690031243 -7200 # Node ID ea6181255423613cd61be439f096106601302801 # Parent c112fad21bf6961fdc6278c83e267f95fb13b75d fix missing input types in CSS file diff -r c112fad21bf6 -r ea6181255423 src/main/webapp/lightpit.css --- 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 {