Sha256: 78fe279429917cd71fd3a71cc42c2735b9c5c902edcb93c197f4ee93e82c6005
Contents?: true
Size: 761 Bytes
Versions: 38
Compression:
Stored size: 761 Bytes
Contents
/* First, a helper for other views so they can have the source list background. */ $theme.source-list-background { background: #d0dae3; } @theme(source-list) { $theme.collection { background: #d0dae3; .sc-list-item-view label { top: 50%; margin-top: -9px; font-size:14px; } .sc-collection-item.sel { @include slice("selection.png", $repeat: repeat-x, $top: 48, $width: 1, $height: 32); border-top: 1px solid #43638d; border-bottom: 1px solid #43638d; color: white; font-weight: bold; text-shadow: 0px 1px 1px black; } .sc-collection-item.sc-group-item { font-weight: bold; color: #4a4a4a; text-shadow: 0px 1px 1px white; font-size:12px; } } }
Version data entries
38 entries across 38 versions & 2 rubygems