summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/blackberry/Button-compat.css
blob: 359e510fd87b5ed7f46c5ea522cf822f0e33f57c (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
30
31
32
33
/* dojox.mobile.Button */
.mblButton {
	background-color: #cecfd6;
	background-image: url(compat/button-bg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.mblButtonSelected {
	background-color: #0852ae;
	background-image: url(compat/button-sel-bg.png);
}
.mblButtonDisabled {
	background-image: none;
}
.mblBlueButton {
	background-color: #2261dd;
	background-image: url(compat/blue-button-bg.png);
}
.mblBlueButtonSelected {
	background-color: #0852ae;
	background-image: url(compat/button-sel-bg.png);
}
.mblRedButton {
	background-color: #ee4115;
	background-image: url(compat/red-button-bg.png);
}
.mblRedButtonSelected {
	background-color: #0852ae;
	background-image: url(compat/button-sel-bg.png);
}