UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

61 lines (60 loc) 1.02 kB
html.mobile, .mobile body { width: 100%; margin: 0; padding: 0; } .mobile body { overflow-x: hidden; -webkit-text-size-adjust: none; font-family: Helvetica; font-size: 17px; color: #ffffff; } .mobile body a { color: #f0f0f0; } .mblBackground { background-color: #000000; } /* Button Colors */ .mblColorBlue { color: #ffffff; background-color: #366edf; background-image: none; } .mblColorBlue45 { background-image: none; } /* Default Button Colors */ .mblColorDefault { color: #ffffff; background-color: #333333; background-image: none; } .mblColorDefault45 { background-color: #333333; } .mblColorDefaultSel { color: #ffffff; background-color: #33b5e5; background-image: none; } .mblColorDefaultSel45 { background-color: #33b5e5; } .mblSpriteIcon { position: absolute; } .mblSpriteIconParent { position: relative; font-size: 1px; } .mblImageIcon { vertical-align: top; } .unselectable { -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; }