Bug #22981
Template Analyzer: Line numbers barely readable
Status: | Resolved | Start date: | 2010-06-24 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Kamper | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | Is Regression: | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
The line numbers in the Template Analyzer have a very low contrast (white on light-grey) and are barely readable.
I suggest setting the font color to dark-grey (#585858).
See screenshots attached
I don't know in which stylesheet to correct this, because they are merged - sorry.
(issue imported from #M14847)
Related issues
History
#1 Updated by Chris topher about 5 years ago
The definitions you mean are:
pre.ts-hl .ts-linenum { background-color: #EEEEEE; }
[inherited from td.bgColor2]
.bgColor2 { color: #FFFFFF; }
PS: You can disable compression of BE-stylesheets in the Install Tool I think.
#2 Updated by Andy Grunwald about 5 years ago
The File is located in "typo3/sysext/t3skin/stylesheets/visual/element_typoscript.css"
I`ve created a patch.
The color of the linenumbers is the same color for the line numbers in TYPO3 4.3.3
I`ve created a RFC on mailling list.
#3 Updated by Steffen Kamper about 5 years ago
committed to svn
4_4 rev 8056
trunk rev 8057