Changed style: td:hover to tr:hover.
This commit is contained in:
parent
412e672ea1
commit
616a34e8a9
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user