dijit
Version:
Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u
26 lines (21 loc) • 632 B
CSS
/* 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;
}