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
.mgwt-TabBar {
	height: 40px;
	border-bottom: 2px solid rgb(0, 92, 176);
}

.mgwt-TabBar-Button {
	min-width: 80px;
	top: 10px;
	height: 30px;
	margin-left: 10px;
}

@if user.agent safari {
	.mgwt-TabBar-Button-selected {
		background-image: literal('-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), color-stop(0.75, rgba(255,255,255,0)), color-stop(0.75, rgba(0, 92, 176, 1)), to(rgb(0, 92, 176)))');
	}
}

@if user.agent gecko1_8 {
	.mgwt-TabBar-Button-selected {
		background-image: literal('-moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0) 75%, rgba(0, 92, 176, 1) 76%, rgb(0, 92, 176))');
	}
}

.mgwt-TabBar-Button-text {
	white-space: \-webkit-nowrap;
	white-space: nowrap;
	font-size: 12px;
	color: white;
	text-align: center;
}

.mgwt-TabBar-Button-icon {
	
}

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

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