Sha256: ee528e7bb428aea46f5432be7c079cb1027cdad90558d20361e4d4e36c541a2b
Contents?: true
Size: 657 Bytes
Versions: 29
Compression:
Stored size: 657 Bytes
Contents
$theme.master-detail { background: #333; &.round-toolbars $theme.toolbar { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-raidus-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 { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-raidus-topright: 10px; } }
Version data entries
29 entries across 29 versions & 2 rubygems