Sha256: 2ec88cef34e47e57583324805d6c090079b45a32e46eadb079def8931ac0c236
Contents?: true
Size: 795 Bytes
Versions: 12
Compression:
Stored size: 795 Bytes
Contents
$theme.master-detail { background: #333; &.round-toolbars $theme.toolbar { border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; } & > .sc-view { background: #ccc; } & > .sc-view { background: -moz-linear-gradient(top,#ddd,#bbb); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb)); } &.round-toolbars > .sc-view { border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; } }
Version data entries
12 entries across 12 versions & 1 rubygems