// Added row_hover parameter to enable or disable row color on hover

This commit is contained in:
bMancone
2012-01-23 10:22:41 +00:00
parent 84f4d0838c
commit 5e36dd0b97
5 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -125,9 +125,9 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}
font-size:13px; text-align:left; color:#333;}
.table tr th.right { text-align:center;}
.table tr td{border-bottom:1px solid #ccc;color:#333;font-size:12px;padding: 4px 4px 4px 6px;}
.table tr:hover td{background:#fff1b5}
.table tr.filter:hover td{background:#F1F9FF}
.table tr td:hover table tr td{background:none}
.table tr.row_hover:hover td{background:#fff1b5}
.table tr.row_hover.filter:hover td{background:#F1F9FF}
.table tr td.row_hover:hover table tr td{background:none}
.table tr.action_details td{background:#FAFAFA;}
.table tr.alt_row.action_details td{background:#E8E8E8;}
.table tr td.empty{border-bottom:none;background:white!important}