Actions
Bug #18354
closedNo hover in listview
Start date:
2008-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is currently no hover effect for the rows in list view or correctly: there is one but the background-color is the same as the normal background-color.
so there need to be a new color, jens knows about it, patch will follow afterwards.
changes in t3skin/stylesheets/typo3-db-list-php.css
table.typo3-dblist tr:hover,
table.typo3-dblist tr:hover td.db_list_alt {
background-color: #EFEFF4;
}
(issue imported from #M7730)
Files
Actions