Skip to content

Instantly share code, notes, and snippets.

@qoda
Created July 24, 2012 17:31
Show Gist options
  • Save qoda/3171365 to your computer and use it in GitHub Desktop.
Save qoda/3171365 to your computer and use it in GitHub Desktop.
OSX Chrome Fix for Komodo Edit
tree scrollbar
{
display: none !important;
}
treechildren,
treechildren::-moz-tree-row
{
background-color: #D6DCE3 !important;
}
treechildren::-moz-tree-row(selected)
{
background-color: #BAC6D3 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment