Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joemeador/8908498 to your computer and use it in GitHub Desktop.
Save joemeador/8908498 to your computer and use it in GitHub Desktop.
Show down arrow when .expanded is applied
#narrow-by-list .expanded{
background: url(../images/arrow-down.png);
background-position:9px 11px;
background-repeat:no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment