Changed style: td:hover to tr:hover.

This commit is contained in:
Emanuel Schuetze 2012-04-29 21:32:29 +02:00
parent 412e672ea1
commit 616a34e8a9

View File

@ -205,7 +205,7 @@ table td {
padding: 10px 10px; padding: 10px 10px;
vertical-align:middle; vertical-align:middle;
} }
table td:hover, tr.odd td:hover { table tr:hover td, tr.odd:hover td {
background:none repeat scroll 0 0 #E8E4DE; background:none repeat scroll 0 0 #E8E4DE;
} }
table a.table_delete { table a.table_delete {