Sha256: 869f13871d1b5d943db89a10c8147f2151fc84d11ec221c328599ceff6b29a9e
Contents?: true
Size: 829 Bytes
Versions: 4
Compression:
Stored size: 829 Bytes
Contents
.mblProgressBar { position: relative; border-radius: 6px; height: 22px; background-image: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#414141), color-stop(0.3, #313031), color-stop(0.85, #293031)); } .mblProgressBarProgress { -webkit-transition-property: width; -webkit-transition-duration: 0.25s; border-top-left-radius: 6px; border-bottom-left-radius: 6px; background-image: -webkit-gradient(linear, left top, left bottom, from(#adf708), to(#5a8e00), color-stop(0.5, #7bbe08), color-stop(0.9, #63a600)); height: 22px; } .mblProgressBarComplete { border-radius: 6px; } .mblProgressBarNotStarted { border-left: none; border-right: none; } .mblProgressBarMsg { position: absolute; top: 0px; width: 100%; height: 100%; text-align: center; font-size: 12px; top: 3px; }
Version data entries
4 entries across 4 versions & 1 rubygems