summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/common/common.less
blob: 1c4ecf25af5ab241c46ca8e5e8f812029be8014e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
html.mobile, .mobile body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mobile body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	.mobile-body-styles;
}

/* Button Colors */
.mblColorBlue {
	.mblColorBlue-styles;
}

/* Default Button Colors */
.mblColorDefault {
	.mblColorDefault-styles;
}

.mblColorDefaultSel {
	.mblColorDefaultSel-styles;
}