Actions
Bug #23536
closedalternateBgColors: hovereffect get lost
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have activated alternateBgColors = 1 in page tsconfig. Now I have a better row style but the mouse-hovereffect works on the brighter rows only.
(issue imported from #M15703)
Updated by Alexander Opitz about 11 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)?
Updated by Riccardo De Contardi about 11 years ago
Bug is still present in TYPO3 6.1.5
The CSS lines responsible of this behaviour are:
table.typo3-dblist tr.db_list_normal:hover td, table.typo3-dblist tr.c-headLine:hover td {background-color: #DEDEDE;} table.typo3-dblist tr.db_list_alt td{background-color:#E4E5F0}
A rule like
table.typo3-dblist tr.db_list_alt:hover td{...}
Should be provided
Updated by Gerrit Code Review about 11 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25409
Updated by Stefan Froemken about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 26c9fa3544ddad7b41520946427ae5e458d96722.
Actions