accounting-manager-theme/src/com/sencha/gxt/theme/neptune/client/base/container/Css3AccordionLayoutHeader.css

24 lines
580 B
CSS

/**
* Sencha GXT 3.1.1 - Sencha for GWT
* Copyright(c) 2007-2014, Sencha, Inc.
* licensing@sencha.com
*
* http://www.sencha.com/products/gxt/license/
*/
@def textColor value('theme.accordionLayout.font.color');
@def fontSize value('theme.accordionLayout.font.size');
@def fontFamily value('theme.accordionLayout.font.family');
@def fontWeight value('theme.accordionLayout.font.weight');
.header {
padding: 0px;
}
.headerText {
color: textColor;
font-size: fontSize;
font-weight: fontWeight;
font-family: fontFamily;
line-height: 15px;
text-transform: none;
}