Skip to content
Snippets Groups Projects
Commit 26c9fa35 authored by Stefan Froemken's avatar Stefan Froemken Committed by Wouter Wolters
Browse files

[BUGFIX] no hover effect for db_list

If alternateBgColors in pageTSconfig is set
you have more contrast in db_list, but there
is no hover effect for the darker rows

Resolves: #23536
Releases: 6.2, 6.1, 6.0
Change-Id: If17aa33e414edda0ea1ce8bf3b5ca1576a759c11
Reviewed-on: https://review.typo3.org/25409
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent ebe9efc5
Branches
Tags
No related merge requests found
......@@ -59,6 +59,7 @@ table.typo3-dblist tr.db_list_normal:nth-child(even) td {
}
table.typo3-dblist tr.db_list_normal:hover td,
table.typo3-dblist tr.db_list_alt:hover td,
table.typo3-dblist tr.c-headLine:hover td {
background-color: #dedede;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment