# HG changeset patch # User Mike Becker # Date 1628517037 -7200 # Node ID 5b55a5318a835f605bd38daa2ceaf121ce01b71e # Parent c50da26a6d310cb7f63c08bc217573b34784d738 #105 fixes wrong font for form controls diff -r c50da26a6d31 -r 5b55a5318a83 src/main/webapp/WEB-INF/jsp/site.jsp --- a/src/main/webapp/WEB-INF/jsp/site.jsp Tue Aug 03 15:10:43 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Mon Aug 09 15:50:37 2021 +0200 @@ -31,7 +31,7 @@ <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%-- Version suffix for forcing browsers to update the CSS / JS files --%> - + <%-- Make the base href easily available at request scope --%> diff -r c50da26a6d31 -r 5b55a5318a83 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Tue Aug 03 15:10:43 2021 +0200 +++ b/src/main/webapp/lightpit.css Mon Aug 09 15:50:37 2021 +0200 @@ -72,6 +72,11 @@ padding: 0; } +textarea, input, button, select { + font-family: inherit; + font-size: inherit; +} + a { cursor: pointer; color: #3060f8;