Sha256: 8df6758c1844cc50ecb127e78e7239a02505bd65a6639e56edeaecc092128f91
Contents?: true
Size: 552 Bytes
Versions: 1
Compression:
Stored size: 552 Bytes
Contents
// The "loading..." message. #top #loader { @include border-left-radius(2px); @include shadow(-5px 0 20px #333, 0 0 2px $blue, inset -3px 0 3px $hilite20); position: absolute; right: 0px; top: 7px; background: $blue url(/images/admin/top-loader.gif) 85px center no-repeat; opacity: 0.98; padding: 7px 30px 7px 10px; width: 70px; text-align: left; color: white; text-shadow: 1px 1px 0 $shadow20; line-height: $small; font-size: $small; :hover { display: none; } } body.loading { &, * { cursor: wait !important; cursor: wait; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aura-0.0.1.pre10 | app/css/admin/loading.scss |