summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/layout/AccordionContainer.css
blob: c5621efab25a40f0e6e832734da24b283a1e1528 (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
/* Accordion */

.tundra .dijitAccordionContainer {
	border-color: #ccc;
	background-color: #fff;
}

/* common */

.tundra .dijitAccordionTitle {
	background:#fafafa url("../images/titleBar.png") repeat-x bottom left;
	border-top: 1px solid #bfbfbf;
	padding: 4px 4px 4px 8px;
}

.tundra .dijitAccordionTitleHover  {
	background: #f8fafd url("../images/accordionItemHover.gif") bottom repeat-x;
}

.tundra .dijitAccordionTitleSelected  {
	background: #f9f9f9 url("../images/accordionItemActive.gif") bottom repeat-x;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #bfbfbf;
	padding: 4px 4px 4px 8px;
}