summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/common/Button.less
blob: d84460f51e4aa243ea82d9dc1bdee961609a3abe (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
25
26
27
28
29
/* dojox.mobile.Button */
.mblButton {
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	.mblButton-styles;
	&.mblBlueButton {
		-webkit-tap-highlight-color: rgba(255,255,255,0);
		.mblButton-mblBlueButton-styles;
	}
	&.mblBlueButtonSelected {
		.mblButton-mblBlueButtonSelected-styles;
	}
	&.mblRedButton {
		-webkit-tap-highlight-color: rgba(255,255,255,0);
		.mblButton-mblRedButton-styles;
	}
	&.mblRedButtonSelected {
		.mblButton-mblRedButtonSelected-styles;
	}
}
.mblButtonSelected {
	.mblButtonSelected-styles;
}
.mblButtonDisabled,
.mblButton:disabled {
	cursor: default;
	.mblButtonDisabled-styles;
}