Sha256: 13300fb0d980ee1f53d92ee9dcf9939cdaf9e83dea4948763df3691f35f89f55
Contents?: true
Size: 608 Bytes
Versions: 4
Compression:
Stored size: 608 Bytes
Contents
.mblProgressBar { position: relative; height: 13px; background-color: white; border: 1px solid #739ec6; } .mblProgressBarProgress { -webkit-transition-property: width; -webkit-transition-duration: 0.25s; height: 13px; background-image: -webkit-gradient(linear, left top, left bottom, from(#e7f7ff), to(#add7ff), color-stop(0.5, #cee7ff)); border-right: 1px solid #739ec6; } .mblProgressBarNotStarted { border-left: none; border-right: none; } .mblProgressBarMsg { position: absolute; top: 0px; width: 100%; height: 100%; text-align: center; font-size: 12px; top: -1px; }
Version data entries
4 entries across 4 versions & 1 rubygems