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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.mgwt-List > li {
	color: white;
}

@if user.agent safari {
	.mgwt-List-canbeSelected.mgwt-List-selected {
		background-image: literal('-webkit-gradient(linear, left top, left bottom, from(rgb(11, 40, 94)), to(rgb(13, 41, 98)) )');
	}
}

@if user.agent gecko1_8 {
	.mgwt-List-canbeSelected.mgwt-List-selected {
		background-image: literal('-moz-linear-gradient(top, rgb(11, 40, 94), rgb(13, 41, 98))');
	}
}


.mgwt-List-group.mgwt-List-selected {
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100% 80%;
	background-image: literal('-webkit-gradient(linear, left top, left bottom, from(rgb(11, 40, 94)), to(rgb(13, 41, 98)) )');
}

@if user.agent safari {
	.mgwt-List-group.mgwt-List-selected {
		background-image: literal('-webkit-gradient(linear, left top, left bottom, from(rgb(11, 40, 94)), to(rgb(13, 41, 98)) )');
	}
}

@if user.agent gecko1_8 {
	.mgwt-List-group.mgwt-List-selected {
		background-image: literal('-moz-linear-gradient(top, rgb(11, 40, 94), rgb(13, 41, 98))');
	}
}

.mgwt-List-Header {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 20px 5px;
	text-shadow: rgba(255, 255, 255, 0.19);
}

.mgwt-List-Head-Element, .mgwt-List > .mgwt-List-Head-Element {
	padding: 0px;
	padding-left:12px;
	font-size:19px; 
	font-weight:bold;
	color:white;
	border-bottom:1px solid #989ea5;
	background-color: rgb(50, 50, 50);
	border: none;
}

Commits for litesoft/trunk/mobileGWT/zOriginal/mgwt/src_main_java_com_googlecode_mgwt_ui_client_theme_base_css/blackberry/list.css

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