Subversion Repository Public Repository

litesoft

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
.mgwt-RadioButton>input {
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	background-image: checkImage;
	opacity: 0.2;
}

.mgwt-RadioButton>input:CHECKED {
	background-image: checkImage;
	opacity: 1.0;
	background-color: transparent;
}

@if user.agent safari {
	.mgwt-RadioButton>input {
		\-webkit-appearance: none;
		\-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.mgwt-RadioButton>input:CHECKED {
		\-webkit-appearance: none;
	}
}

@if user.agent gecko1_8 {
	.mgwt-RadioButton>input {
		\-moz-appearance: none !important;
	}
	.mgwt-RadioButton>input:CHECKED {
		\-moz-appearance: none !important;
	}
}

Commits for litesoft/trunk/mobileGWT/zOriginal/mgwt/src_main_java_com_googlecode_mgwt_ui_client_theme_base_css/ipad/input.css

Diff revisions: vs.
Revision Author Commited Message
751 GeorgeS picture GeorgeS Sat 07 Jul, 2012 18:21:49 +0000