Sha256: 924f9e04c3afff5d81dc21a718511f9fd11baf0112f2b902b46308e0324c47a1
Contents?: true
Size: 808 Bytes
Versions: 4
Compression:
Stored size: 808 Bytes
Contents
.mblProgressBar { position: relative; border-radius: 6px; height: 9px; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5a6a5), to(#b5b6b5), color-stop(0.5, #d6d7d6), color-stop(0.5, #ffffff), color-stop(0.9, #ffffff)); } .mblProgressBarProgress { -webkit-transition-property: width; -webkit-transition-duration: 0.25s; height: 7px; border: 1px solid #5e6fa3; border-radius: 6px; background-image: -webkit-gradient(linear, left top, left bottom, from(#b0c0ff), to(#2f83e1), color-stop(0.6, #70b2ff), color-stop(0.6, #3470b6)); } .mblProgressBarNotStarted { border-left: none; border-right: none; } .mblProgressBarMsg { position: absolute; top: 0px; width: 100%; height: 100%; text-align: center; font-size: 12px; top: -1px; font-size: 10px; }
Version data entries
4 entries across 4 versions & 1 rubygems