Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Created February 9, 2016 12:28
Show Gist options
  • Save grumpycatsaysno/f2a2d225dfc7e44f2d83 to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/f2a2d225dfc7e44f2d83 to your computer and use it in GitHub Desktop.
Custom css styles for taxonomy treeview
<style type="text/css">
.sfPublicWrapper {
background-color: #734848;
}
div.RadTreeView .rtMinus,
div.RadTreeView .rtPlus {
display: inline-block !important;
}
div.RadTreeView .rtTop,
div.RadTreeView .rtMid,
div.RadTreeView .rtBot {
padding: initial;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment