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
     1.1 --- a/src/main/webapp/lightpit.css	Sat Jul 22 13:04:12 2023 +0200
     1.2 +++ b/src/main/webapp/lightpit.css	Sat Jul 22 15:07:23 2023 +0200
     1.3 @@ -256,6 +256,8 @@
     1.4  }
     1.5  
     1.6  table.formtable input[type=text],
     1.7 +table.formtable input[type=url],
     1.8 +table.formtable input[type=email],
     1.9  table.formtable input[type=number],
    1.10  table.formtable select,
    1.11  table.formtable textarea {

mercurial