Sha256: d39d424c4f66364fc9e323330e0bd316a70685d178e1f1c8873fb2276efa0cdb
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
/* dojox.mobile.PageIndicator */ .mblPageIndicator { position: relative; width: 100%; height: 20px; -webkit-tap-highlight-color: rgba(255,255,255,0); } .mblPageIndicatorContainer { margin-top: 4px; margin-left: auto; margin-right: auto; } .mblPageIndicatorDot { margin: 0px 3px; width: 6px; height: 6px; font-size: 1px; background-color: #949294; border-radius: 3px; } .mblPageIndicatorDotSelected { background-color: white; }
Version data entries
4 entries across 4 versions & 1 rubygems