Hi,
As you can see attached, there is no border-radius anymore on list of items. Not that this is ugly (I even find it more logicial to the material design), but I think you want the same consistency on all browsers.
Replacing the <table><tbody><tr><td style=""></td></tr></tbody></table> with a <div style=""></div> fixed the issue through Firebug.
I didn’t find the file that contained this part, so I will let you fix it at the right place.
Thanks in advance,
As you can see attached, there is no border-radius anymore on list of items. Not that this is ugly (I even find it more logicial to the material design), but I think you want the same consistency on all browsers.
Replacing the <table><tbody><tr><td style=""></td></tr></tbody></table> with a <div style=""></div> fixed the issue through Firebug.
I didn’t find the file that contained this part, so I will let you fix it at the right place.
Thanks in advance,