summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow.css
blob: 33188b3a02c5ce822df37a0199e78bf76407951d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* === Down Arrow Button ==*/
.mblDomButtonWhiteDownArrow {
	position: relative;
	width: 29px;
	height: 29px;
}
.mblDomButtonWhiteDownArrow div {
	position: absolute;
	left: 0px;
	clip: rect(7px 50px 40px 0px);
}
.mblDomButtonWhiteDownArrow > div > div {
	top: -10px;
	left: 2px;
	width: 25px;
	height: 25px;
	margin: 0px;
	font-size: 1px;
	background-color: white;
	border-top: 1px solid #4A5A71;
	-webkit-transform: scaleX(0.6) rotate(45deg);
}