backbone.select
Version:
Selecting Backbone models; handling selections in Backbone collections.
26 lines (21 loc) • 357 B
CSS
@charset "utf-8";
.list {
margin-bottom: 1rem;
text-align: center;
font-size: 1rem;
}
.item a {
display: inline-block;
width: 100%;
border: 0.2rem solid #008cba;
}
.item a:hover,
.item a:active {
border: 0.2rem solid #007b9f;
}
.item.selected a {
background-color: rgba(0, 123, 159, 0.2);
}
small {
font-size: 80%;
}