Bug #68105
closedInvisible TYPO in TYPO3 Backend CSS File
0%
Description
In the current Version of TYPO3 7.3.1 an illegal and not visible character in the CSS file
/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
#6373-#6375
.fa-inverse {
color:#ffffff;
}
could cause limited visibility of the backend functions. (font-awesome icons)
Bugfix:
replace line #6374 color:#ffffff; in /typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
Updated by Frans Saris over 9 years ago
- Status changed from New to Needs Feedback
Can you check is this is also the case for master? Checked it myself but didn't see the character there.
gr. Frans
Updated by Ruben Sutter over 9 years ago
The css file from the master branch works without any problems.
I recently updated from TYPO3 CMS 7.3.0 (working BE)
to 7.3.1 and used a .zip download version of TYPO3 CMS 7.3.1.
Updated by Frans Saris over 9 years ago
- Status changed from Needs Feedback to Closed
As there will no new versions released of 7.3 and the issue doesn't exist in current master I closed the issue.