Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created October 19, 2016 14:30
Show Gist options
  • Save mauritslamers/4d018a2494fc24131f479d7fe4070f03 to your computer and use it in GitHub Desktop.
Save mauritslamers/4d018a2494fc24131f479d7fe4070f03 to your computer and use it in GitHub Desktop.
$theme.sc-source-list.main-source-list {
background-color: #FFF;
.sc-collection-item.even {
background-color: #F7F7F7;
}
.sc-collection-item.even.sel {
background-color: #608ab9;
}
}
$theme.sc-source-list.main-source-list.disabled {
color: #AAA;
background-color: #FFF;
.sc-collection-item.even {
background-color: #FAFAFA;
}
.sc-collection-item.sc-group-item {
color: #AAA;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment