Skip to content

Instantly share code, notes, and snippets.

@ntulip
Created July 24, 2009 15:40
Show Gist options
  • Save ntulip/154374 to your computer and use it in GitHub Desktop.
Save ntulip/154374 to your computer and use it in GitHub Desktop.
.your-class {
font-size: 12px;
margin: 0px;
text-align: left;
border-collapse: separate;
border-bottom:none;
}
.your-class th {
font-size: 13px;
font-weight: bold;
padding: 1px;
background: #EFEFEF;
border-top: 1px solid #FFF;
color: #333;
text-align: left;
}
.your-class td {
padding: 1px;
background: none;
border-top: 1px solid #CCC;
color: #666;
border-bottom: none !important;
}
.your-class tr:hover td {
background: #FBFBFB;
color: #333;
}
.your-class tr.footer { background: none !important; }
.your-class tr.footer:hover td { background: none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment