Skip to content

Instantly share code, notes, and snippets.

@bluemango
Created February 17, 2012 13:22
Show Gist options
  • Save bluemango/1853413 to your computer and use it in GitHub Desktop.
Save bluemango/1853413 to your computer and use it in GitHub Desktop.
Zendesk ScreenSteps Live CSS for nested chapters
#screensteps-content-wrapper #screensteps-sidebar div.screensteps-sidebar-widget#sidebar-chapters .nested-chapter-lessons { margin-left: 0; margin-right:0;}
#screensteps-content-wrapper #screensteps-sidebar .nested-chapter-lessons > li { padding-left:36px; margin-left: -10px; }
#screensteps-content-wrapper #screensteps-sidebar .nested-chapter-lessons > li a { font-weight: normal; }
#screensteps-content-wrapper #screensteps-sidebar .nested-chapter-lessons li.here { background-color: #0064CD; color:white;}
#screensteps-content-wrapper #screensteps-sidebar .nested-chapter-lessons li.here a { font-weight: bold; color: white;}
#screensteps-sidebar #sidebar-chapters li a:hover span.chapter-link {background: url("/images/arrow-chapters-down.png") no-repeat left center;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment