enterO version 3.0.7 release
This post summarises the changes that have been implemented in version 3.0.7 of enterO.
- Set background colour of edit fields to white
- Improve start time formatting on event landing page
- Improve close date display for race groups
Set background colour of edit fields to white (#75)
The latest Firefox release changed the default background colour of text boxes from white to light grey. This change meant that text box styling was inconsistent with other elements on the page and also made the page look a bit washed out as we have a light blue background and also clashes with disabled fields which are a similar colour.
We now explicitly set the background colour to white.
Improve start time formatting on event landing page (#74)
Remove the unnecessary leading ‘0’ when hour is < 10 so that 05:30pm
is now displayed as 5:30pm
Improve close date display for race groups (#76)
If races in different race groups have different entry closing dates, the closing date for each individual race was displayed, cluttering up the event landing page unnecessarily.
We now display the close dates for race groups rather than each individual race.