summaryrefslogtreecommitdiff
path: root/demos/tizen-winsets/custom.css
blob: fb9759d3c31c876dd44303f13c39170a99b80f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.my-check-button-style {
	margin: 10px;
}
.my-check-inline-style {
	display: inline;
}

.ui-icon-test{
	background-size: 100% 100%;
	background-image: url(test.png);
}

.ui-icon-test2{
	background-position:0% 0%;
	background-size:50% 50%;
	background-image: url(test.png);
}