source: Dev/trunk/src/qed-client/css/ui/MainMenu.less @ 443

Last change on this file since 443 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.0 KB
Line 
1#rft.claro {
2
3    .dijitMenuBar .rftMainMenuButton {
4        .flatShading;
5        .transition (0.1s);
6        border: none;
7        height: @button_mainmenu_height;
8        width: auto;
9        background: transparent;
10        color: @headers;
11        text-align: center;
12        font-size: @button_mainmenu_font_size;
13        line-height: @button_mainmenu_height;
14        padding: 0 @button_mainmenu_padding;
15        margin: 0 @button_mainmenu_spacing;
16
17        &.dijitMenuItemHover,
18        &.dijitMenuitemActive {
19            .transition (0.1s);
20        }
21
22        &.dijitMenuItemHover {
23            color: @text;
24            font-size: @button_mainmenu_font_size + @button_mainmenu_font_grow;
25        }
26
27        &.dijitMenuItemActive {
28            color: @blue;
29            font-size: @button_mainmenu_font_size + @button_mainmenu_font_grow;
30        }
31        &.dijitMenuItemSelected {
32            font-size: @button_mainmenu_font_size + @button_mainmenu_font_grow;
33            color: @text;
34        }
35    }
36}
Note: See TracBrowser for help on using the repository browser.