Actions
Bug #68105
closedInvisible TYPO in TYPO3 Backend CSS File
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-07-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
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
Actions