summaryrefslogtreecommitdiff
path: root/site/style.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-12add date answer spacestuebinm1-0/+1
for now, this is just a simple date picker done via the html input type "date". Unfortunately, that's not supported by Safari, so the rust util now prints out a warning if it's used. I'm not sure if there's any other reasonable option which would go around this that's not "using a web framework" or "hacking a fallback date picker which just consists of a couple of combo boxes".
2021-04-08site: add a rudimentary dark modestuebinm1-0/+26
This is a very simple, very high-contrast dark mode (for now). However, not all default ui elements seem to respect it by default — i.e. textareas stay entirely white by default and require additional theming. I'm not sure if this is my system stlye or firefox interfering, but for now I've added custom css rules which at least make text areas black. Buttons and checkboxes are still white, however.
2021-04-08site: better error messagesstuebinm1-0/+4
this includes styling error messages red, and displaying error messages in case not all answers were answered as required (for now, this just means that not selecting any option in radio buttons is disallowed in general, as so far there are no corresponding config fields).
2021-04-07site: sensible sizes for textareasstuebinm1-0/+7