Skip to content

Instantly share code, notes, and snippets.

@debreczeni
Created July 26, 2013 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debreczeni/6088115 to your computer and use it in GitHub Desktop.
Save debreczeni/6088115 to your computer and use it in GitHub Desktop.
// 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