source: Dev/trunk/client/qed/css/dijit/TitleGroup.less @ 436

Last change on this file since 436 was 432, checked in by hendrikvanantwerpen, 12 years ago

Split up and re-organized LESS. Not sure how it all works yet though.

File size: 702 bytes
Line 
1#rft.claro .dojoxTitleGroup .dijitTitlePane {
2    .noMargin;
3
4    .dijitTitlePaneTitle {
5        .flatShading;
6        .noMargin;
7        background-color: @orange;
8        border: none;
9        padding: 0 @std_offset;
10        height: @std_height;
11
12        &.dijitTitlePaneTitleHover,
13        &.dijitTitlePaneTitleFocused {
14            background-color: @orange_light;
15        }
16
17    }
18
19    .dijitTitlePaneTextNode {
20        color: @text;
21        font-size: @font_size;
22        line-height: @std_height;
23    }
24
25    .dijitTitlePaneContentOuter {
26        background-color: @base1;
27        border: none;
28    }
29
30    .dijitTitlePaneTitleFocus {
31        .noMargin;
32    }
33
34}
Note: See TracBrowser for help on using the repository browser.