Line | |
---|
1 | $menu-background-color: #fff !default;//color-offset($neutral-color, 10%) !default;
|
---|
2 | $menu-item-active-background-image: 'menu/menu-item-active-bg.gif';
|
---|
3 | $menu-item-active-background-color: $base-light-color !default; //color-offset($base-color, 15%) !default;
|
---|
4 | $menu-item-active-color: null;
|
---|
5 |
|
---|
6 | $menu-item-active-border-color: transparent !default;
|
---|
7 | $menu-separator-border-color: transparent !default;
|
---|
8 | $menu-separator-background-color: transparent !default;
|
---|
9 |
|
---|
10 | $menu-item-indent: 0 !default;
|
---|
11 | $menu-padding: 0 !default;
|
---|
12 | $menu-link-padding: 3px 30px 3px 8px !default;
|
---|
13 |
|
---|
14 | $menu-text-color: $base-dark-color !default; //color-by-background($menu-background-color, 80%) !default;
|
---|
15 |
|
---|
16 | //icons
|
---|
17 | $menu-icon-arrow: 'menu/menu-parent.gif';
|
---|
18 | $menu-icon-checked: 'menu/checked.gif';
|
---|
19 | $menu-icon-group-checked: 'menu/group-checked.gif';
|
---|
20 | $menu-icon-unchecked: 'menu/unchecked.gif'; |
---|
Note:
See
TracBrowser
for help on using the repository browser.