Bug #23136

Inconsistent Textcolor in table rows hurts the eyes

Added by Chris topher about 5 years ago. Updated 7 months ago.

Status:Resolved Start date:2010-07-08
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:Backend User Interface Spent time: -
Target version:-
TYPO3 Version:4.4 Is Regression:No
PHP Version:5.3 Sprint Focus:
Complexity:

Description

If you have a form with several rows, the background color and the text color are alternating for even and odd rows (see screenshot).
In the dark rows the textcolor is - other than in the light rows - not(!) black, but a bit lighter. That comes from tr.bgcolor4 {color:#212424;}.
This causes the impression of having bad eyes (or dirty glasses) which is not great.

The textcolor should be changed to black (as it already is for the other rows).

(issue imported from #M15053)

Bad-Textcolors.gif (9.3 kB) Administrator Admin, 2010-07-08 18:44

15053-textcolors.patch Magnifier (497 Bytes) Administrator Admin, 2010-07-13 14:46


Related issues

related to Core - Bug #22726: New Backend Design Closed 2010-05-27

History

#1 Updated by Georg Ringer about 5 years ago

sorry I don't find the place where this occurs. can you give a hint?

#2 Updated by Chris topher about 5 years ago

In the screenshot you can best see that when you compare the last two rows.

This is a problem, when you use llxmltranslate (that is where the scereenshot is from), but the styling comes from t3skin in the Core.
I just searched other places with this problem, but diod not find any.
List module: Looks the same (same effects), but the text color in dark rows is OK (black).

#3 Updated by Chris topher about 5 years ago

Btw: Thank you for all the small and not so small patches you are making! :-)

#4 Updated by Georg Ringer about 5 years ago

this is just a start but I will try to find a better solution tomorrow which adopts all other colors as wel, including a short test-extension.

btw: thanks for all of your findings, give me a call for a beer once ;)

#5 Updated by Chris topher about 5 years ago

Will do!

#6 Updated by Alexander Opitz almost 2 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

#7 Updated by Riccardo De Contardi over 1 year ago

main_content.css in TYPO3 6.2.0 beta1 still has the lines:

.bgColor4 {
    background-color: #f1f1f1;
    color: #212424;
}

.bgColor4-20 {
    background-color: #f8f9fa;
}

#8 Updated by Alexander Opitz over 1 year ago

  • Category set to Backend User Interface
  • Status changed from Needs Feedback to New

#9 Updated by Mathias Schreiber 7 months ago

  • Status changed from New to Resolved

fixed on master using bootstrap

Also available in: Atom PDF