fix missing input types in CSS file

Sat, 22 Jul 2023 15:07:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 22 Jul 2023 15:07:23 +0200
changeset 283
ea6181255423
parent 282
c112fad21bf6
child 284
671c1c8fbf1c

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 {

mercurial