// re add stylesheet page rules price catalogue + table

This commit is contained in:
vKham
2011-12-22 16:37:32 +00:00
parent 3d80ef0ccf
commit 8a5082a938
+1 -1
View File
@@ -116,7 +116,7 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}
.table tr th{ background-color: #F1F1F1; text-shadow:0 1px 0 #fff; padding:4px 6px;
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: 4px 4px 4px 6px;}
.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}