Actions
Bug #70598
closedForm: Displayerror in Google Chrome
Start date:
2015-10-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi all!
In the newest Chrome-Browser (45.0.2454.101 m, Windows) all formfields have an number put in front.
Reason:
The following CSS-Tag used to suppress the display of the numbers, doesn´t work in Chrome (anymore?):
div.csc-mailform ol li {
overflow: hidden;
}
A possible solution would be:
div.csc-mailform ol {
list-style:none;
}
Best Regards
Chris
Actions