Created
July 24, 2009 15:40
-
-
Save ntulip/154374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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