Opened 12 years ago
Closed 12 years ago
#1697 closed enhancement (fixed)
Get rid of warnings about incorrect css values
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Browsing around in BASE with the 'Error consol' in Firefox open generates several warnings about incorrect values in css files. I think we should try to get rid of as many of them as possible. Remember to check that IE is not affected by any changes.
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [6057]) Fixes #1697: Get rid of warnings about incorrect css values
Seems like most warnings were about
filter: gray;
which is needed for IE compatibility. So we have to keep that. Found two other places that have been fixed.