Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The theme CSS files for inputCalendar contain invalid CSS which some browsers complain about (eg Firefox 3). The invalid lines are:
WH/theme.css line 5
WH/theme.css line 47
DB/theme.css line 5
DB/theme.css line 52
In all cases the invalid CSS is border-width: 1;
It probably means 1px. Some browsers assume px if the units are missing, but this is not valid CSS (units are not optional unless the amount is 0) and clutters up the error log on browsers which attempt to be CSS compliant.
The fix is to change "1" to "1px" on all four lines.
Attachments
Issue Links
- duplicates
-
TOMAHAWK-1076 Invalid border-width property ignored in Calendar CSS
- Closed