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.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.