// Adding a rollover on the lines of tables

This commit is contained in:
lLefevre
2011-12-01 13:49:31 +00:00
parent 0b8b616570
commit ecbc9a9cbb
+2
View File
@@ -113,6 +113,8 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}
background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;}
.table tr td{border-bottom:1px solid #ccc;color:#333;font-size:11px;padding: 2px 4px 2px 6px}
.table tr:hover td{background:#fff1b5}
.table tr.filter:hover td{background:#F1F9FF}
.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}