source: Dev/trunk/client/qed/css/dijit/MenuPopup.less @ 437

Last change on this file since 437 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: 1.3 KB
Line 
1#rft.claro {
2    .dijitMenuPopup {
3        .dijitMenu {
4           
5            .flatShading;
6            color: @headers;
7            background-color: @base;
8            border: none;
9
10            .dijitMenuItem {
11                color: @headers;
12                .flatShading;
13                background-color: @base;
14
15                &.dijitMenuItemHover,
16                &.dijitMenuItemActive,
17                &.dijitMenuItemSelected {
18                    .dijitMenuItemLabel {
19                        color: @text;
20                    }
21
22                    &.red {
23                        background-color: @red;
24                    }
25                    &.blue {
26                        background-color: @blue;
27                    }
28                    &.green {
29                        background-color: @green;
30                    }
31                    &.orange {
32                        background-color: @orange;
33                    }
34                    &.purple {
35                        background-color: @purple;
36                    }
37
38                }
39
40                .rftIcon {
41                    .setIcon (16px);
42                    .noMargin;
43                    margin-right: @std_offset_big;
44                }
45
46                &.dijitMenuItemActive .rftIcon {
47                    .setIcon(16px, black);
48                }
49            }
50
51        }
52    }
53}
Note: See TracBrowser for help on using the repository browser.