Line | |
---|
1 | $include-toolbar-uis: $include-default-uis !default;
|
---|
2 |
|
---|
3 | $toolbar-font-size: $font-size-small !default;
|
---|
4 |
|
---|
5 | $toolbar-background-color: $content-color;
|
---|
6 |
|
---|
7 | $toolbar-background-gradient: flat !default;
|
---|
8 | $toolbar-inner-border-width: 0px !default;
|
---|
9 | $toolbar-inner-border-color: lighten($toolbar-background-color, 10%) !default;
|
---|
10 |
|
---|
11 | $toolbar-horizontal-spacing: 5px;
|
---|
12 | $toolbar-vertical-spacing: 5px;
|
---|
13 | $toolbar-footer-horizontal-spacing: 6px;
|
---|
14 | $toolbar-footer-vertical-spacing: 2px;
|
---|
15 |
|
---|
16 | $toolbar-border-color: transparent !default;
|
---|
17 | $toolbar-spacer-width: 4px !default;
|
---|
18 | $toolbar-separator-color: darken($toolbar-background-color, 7%) !default;
|
---|
19 | $toolbar-separator-highlight-color: lighten($toolbar-background-color, 7%) !default;
|
---|
20 |
|
---|
21 | //text
|
---|
22 | $toolbar-text-font-family: $ui-font-family;
|
---|
23 | $toolbar-text-font-size: $toolbar-font-size !default; //11px
|
---|
24 | $toolbar-text-font-weight: normal !default;
|
---|
25 | $toolbar-text-color: color-by-background($toolbar-background-color, 50%) !default;
|
---|
26 | $toolbar-text-padding: 3px 4px 0 4px !default;
|
---|
27 | $toolbar-text-line-height: 16px !default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.