source: Dev/trunk/src/client/qed-client/css/dijit/MenuPopup.less @ 490

Last change on this file since 490 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

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.