Sha256: b983cd74efab2af59aac5c240e34b7a7d87c148d9f94534f48d0d138c3ca4168
Contents?: true
Size: 1.22 KB
Versions: 30
Compression:
Stored size: 1.22 KB
Contents
$theme.sc-segmented-view { overflow: visible; .disabled { opacity: 0.5; } } $theme.sc-segmented-view $theme.sc-segment-view { margin: 0px; background: none; border: 0px none; color: #555; text-shadow: 0px 1px 1px white; display:inline-block; zoom: 1; overflow:hidden; position: relative; padding: 0px; .ie7 & { display: inline; } &.sc-first-segment { margin: 0px; padding: 0px ;} &.sc-last-segment { margin: 0px; padding: 0px; } .left { position: absolute; left: 0px; zoom: 1; } .right { position: absolute; right: 0px; zoom: 1; } .middle { margin: 0px; padding: 0px; padding-top:1px; vertical-align:top; zoom: 1; position: absolute; } .sc-button-label { position: relative; } &.active { color: #333; text-shadow: 0px 1px 1px white; } &.sel { background:none; color: #fff; text-shadow: 0px -1px 1px rgba(0,0,0,.5); } &.sel.active { background:none; color: #fff; text-shadow: 0px -1px 1px rgba(0,0,0,.5); } img { vertical-align: middle; position: relative; top: -2px; left: -2px; margin-right:2px; } .disabled { opacity: 0.5; } }
Version data entries
30 entries across 30 versions & 2 rubygems