Bug #18886 » list-alternating-and-hover-blue.diff
typo3/sysext/t3skin/stylesheets/typo3-db-list-php.css (working copy) | ||
---|---|---|
border: 1px solid #A2AAB8;
|
||
}
|
||
table.typo3-dblist tr:hover,
|
||
table.typo3-dblist tr:hover td,
|
||
table.typo3-dblist tr.db_list_normal:hover td,
|
||
table.typo3-dblist tr.db_list_alt:hover td {
|
||
background-color: #D1DFFF;
|
||
}
|
||
table.typo3-dblist tr.db_list_normal td,
|
||
table.typo3-page-stdlist tr.db_list_normal td {
|
||
background-color: #F6F6F9;
|
||
border-bottom: 1px solid #FAFBFC;
|
||
}
|
||
table.typo3-dblist tr.db_list_alt td,
|
||
table.typo3-page-stdlist tr.db_list_alt td {
|
||
background-color: #E4E5F0;
|
||
border-bottom: 1px solid #FAFBFC;
|
||
}
|
||
table.typo3-page-stdlist .bgColor4,
|