Created
July 26, 2013 11:19
-
-
Save debreczeni/6088115 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
// csikozas | |
#virtuall > tbody > tr.alt2 > td:nth-of-type(2) { background:#B6D8F5; } | |
// tabla kerekites | |
#virtuall { border-collapse:separate; } | |
#virtuall td, #virtuall th { border:1px solid #000000; border-width: 1px 1px 0 0;} | |
#virtuall tr:first-child th:first-child { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; } | |
#virtuall tr:first-child th:last-child { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; } | |
#virtuall tr:last-child td:first-child { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; } | |
#virtuall tr:last-child td:last-child { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; } | |
#virtuall tr td:first-child, #virtuall th:first-child { border-width: 1px 1px 0; } | |
#virtuall tr:last-child td { border-width: 1px 1px 1px 0; } | |
#virtuall tr:last-child td:first-child { border-width: 1px; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment