From 5b18b8a4e0b79e8502ceb5d7bc01a7c0383f0c0e Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Fri, 10 Feb 2017 08:58:44 -0500 Subject: Provide CSS for required fields --- src/usr/local/www/css/pfSense.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/local/www/css/pfSense.css b/src/usr/local/www/css/pfSense.css index 661ed86..c1b67fa 100644 --- a/src/usr/local/www/css/pfSense.css +++ b/src/usr/local/www/css/pfSense.css @@ -102,7 +102,7 @@ h1 a:hover, h1 a:active { } /* Zero-width optional linebreaks can help the browser to linebreak at 'good' places. - Unfortunately the two most compatible options aren't consistently supported. + Unfortunately the two most compatible options aren't consistently supported. "\00200B" or #8203; is part of unicode and widely implemented; and is widely supported even on old browsers but not IE<5.5 and IE>7. http://stackoverflow.com/a/23759279/2238378 suggests a neat "80%" solution for broad @@ -1026,3 +1026,11 @@ svg { .colspanth { background-color: #eeeeee; } + +/* Required input elements have a title that begins with "*". This causes +Group.class.php to add