Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created March 16, 2012 00:47
Show Gist options
  • Save joeljackson/2047966 to your computer and use it in GitHub Desktop.
Save joeljackson/2047966 to your computer and use it in GitHub Desktop.
tr {
th {
.orange_table_header;
}
td:first-child{
width:10px;
cursor: pointer;
span.xfire_tooltip_body{
display: none;
color: white;
}
&:hover{
span.xfire_tooltip_body{
display:inline;
position: absolute;
left: 10px;
max-width: 300px;
.drk_box;
}
}
}
&:first-child + tr {
th{
color: white !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment