ui-listView
ui-listView copied to clipboard
ui-listView.css vs. demo
I had problems replicating your "Advanced Usage" example (http://stevenlambion.github.io/ui-listView/). The styling was not nearly as nice. It looks like the ui-listView.css file your example page includes is different than the one in the distribution. Once I copied your example page's ui-listView.css over mine from the dist copy, it looked much closer.
Thanks for creating/sharing the ui-listView. I hope to use it in my app!
I found your examples directory, which worked better than the code on your pre-download live web page example.
I did notice that the ui-listView.css breaks selections.
Note the underscore beside "selected". Remove it and your click-to-select works (ie: is not visible).
.ui-list-view-cell-content > ._selected {
background: #2A70DE;
color: white;
border-bottom: solid 1pt #eee;
}