UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

32 lines (27 loc) 520 B
@import "variables.less"; @import "../common/Accordion.less"; .mblAccordionPane { margin-top: -5px; padding-left: 50px; background-color: @win-control-bg-color; overflow: hidden; position: relative; &:before { content: ''; position: absolute; height: 100%; width: 2px; border-left: 2px solid @win-foreground-color; left: 40px; z-index: -1; } } .mblAccordionTitleLabel:active { color: @win-accent-color; } .mblAccordionIconParent { margin-left: 0px; } .mblAccordionRoundRect { border: none; }