summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/menubar/menubar.css
blob: 99cc4083d7b8ccbc4cbf1b0891bba0fd8bae7215 (plain)
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
.i-menubar {
	color: #464f52;
	border: 1px solid #c6cbcc;
	border-right: none;
}
.i-menubar .menuitem {
	padding: 0 10px;
	margin: 0 10px;
	border-right: 1px solid #c6cbcc;
}
.i-menubar .menuitem-selected {
	color: #fff;
	background: #5daee8;
}
.i-menubar-submenu {
	background: #e9eced url(../tabsheet/img/tab-bg.png);
	font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
	color: #464f52;
	font-size: 12px;
	line-height: 14px;
	border-right: 1px solid #c6cbcc;
	border-bottom: 1px solid #c6cbcc;
	border-top: 1px solid #d0d4d5;
	border-left: 1px solid #d0d4d5;
}
.i-menubar-submenu .menuitem {
	padding: 2px 10px;
}
.i-menubar-submenu .menuitem-selected {
	color: #fff;
	background: #5daee8;
}