Skip to content

Instantly share code, notes, and snippets.

@stdray
Created May 23, 2014 13:21
Show Gist options
  • Save stdray/2cfdfe1e3c2875146c42 to your computer and use it in GitHub Desktop.
Save stdray/2cfdfe1e3c2875146c42 to your computer and use it in GitHub Desktop.
div.sort_wr {
position: relative;
}
a.sort {
background: url('/Content/img/icons_24b.png') -47px 0 no-repeat;
cursor: pointer;
height: 8px;
position: absolute;
right: 5px;
top: 5px;
width: 9px;
}
a.sort.downd {
background: url('/Content/img/icons_24b.png') -47px -5px no-repeat;
}
a.sort.downd.curr_d, a.sort.downd:hover {
background: url('/Content/img/icons_24b.png') -38px -5px no-repeat;
}
a.sort.curr_d, a.sort:hover {
background: url('/Content/img/icons_24b.png') -38px 0 no-repeat;
}
div.sort_wr > a.sort {
right: 0;
top: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment