|
1 | 1 |
|
2 |
| -/* This file contains variable declarations (do not remove this line) */ |
| 2 | +// This file contains variable declarations (do not remove this line) |
3 | 3 |
|
4 |
| -/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/ |
| 4 | +// VARIABLES (DO NOT REMOVE THESE COMMENTS) |
5 | 5 |
|
6 |
| -/** |
7 |
| -* @section Grid styles |
8 |
| -*/ |
| 6 | +// @section Grid styles |
9 | 7 | @gridBorderWidth: 1px;
|
10 | 8 | @gridBorderRadius: 0px;
|
11 | 9 | @borderColor: #d4d4d4;
|
12 | 10 | @focusColor: #b3c4c7;
|
13 | 11 | @activeColor: darken(@focusColor, 8%);
|
14 | 12 |
|
15 |
| -/** |
16 |
| -* @section Header styles |
17 |
| -*/ |
| 13 | +// @section Header styles |
18 | 14 |
|
19 |
| -/** @description Colors for header gradient */ |
| 15 | +// @description Colors for header gradient |
20 | 16 | @headerBackgroundColor: #f3f3f3;
|
21 | 17 | @headerGradientStart: #eee;
|
22 | 18 | @headerGradientStop: #fff;
|
23 | 19 | @headerVerticalBarColor: @borderColor;
|
24 | 20 |
|
25 |
| -/** |
26 |
| -* @section Grid body styles |
27 |
| -*/ |
| 21 | +// @section Grid body styles |
28 | 22 |
|
29 |
| -/** @description Colors used for row alternation */ |
| 23 | +// @description Colors used for row alternation |
30 | 24 | @verticalBarColor: @borderColor;
|
31 | 25 | @rowColorHovered: #d5eaee;
|
32 | 26 | @rowColorEven: #f3f3f3;
|
33 | 27 | @rowColorOdd: #fdfdfd;
|
34 | 28 |
|
35 |
| -/** |
36 |
| -* @section Grid Menu colors |
37 |
| -*/ |
| 29 | +// @section Grid Menu colors |
38 | 30 | @menuBackgroundColor: #fff;
|
39 | 31 | @menuHoverColor: @focusColor;
|
40 | 32 | @menuSelectedColor: @activeColor;
|
41 | 33 | @menuTextColor: #000;
|
42 | 34 |
|
43 |
| -/** |
44 |
| -* @section Sort arrow colors |
45 |
| -*/ |
46 |
| - |
| 35 | +// @section Sort arrow colors |
47 | 36 | @sortArrowBackgroundColor: #aaaaaa;
|
48 | 37 | @sortArrowBorderColor: #777777;
|
49 | 38 |
|
|
60 | 49 | // Color to use for enabled or selected settings/items/cells, etc. Should probably override the one above
|
61 | 50 | @selectedColor: @activeColor;
|
62 | 51 |
|
63 |
| -/** |
64 |
| -* @section Scrollbar styles |
65 |
| -*/ |
| 52 | +// @section Scrollbar styles |
66 | 53 | @scrollbarBackground: darken(@rowColorEven, 15%);
|
67 | 54 | @scrollbarBackgroundHover: darken(@scrollbarBackground, 15%);
|
68 | 55 | @scrollbarBackgroundScrolling: darken(@scrollbarBackgroundHover, 15%);
|
|
72 | 59 | @scrollbarBorder: 1px solid darken(@scrollbarBackground, 15%);
|
73 | 60 | @scrollbarBorderScrolling: 1px solid darken(@scrollbarBackgroundScrolling, 15%);
|
74 | 61 |
|
75 |
| -//Border to be applied to editors when the input value or invalid |
| 62 | +// Border to be applied to editors when the input value or invalid |
76 | 63 | @invalidValueBorder: 1px solid #fc8f8f;
|
77 | 64 | @validValueBorder: 1px solid @borderColor;
|
78 | 65 |
|
79 |
| -//Pagination controls |
| 66 | +// Pagination controls |
80 | 67 | @paginationButtonColor: @headerGradientStart;
|
81 | 68 | @paginationButtonBackgroundColor: @headerBackgroundColor;
|
82 | 69 | @paginationButtonBorderColor: #ccc;
|
83 | 70 |
|
84 | 71 |
|
85 |
| -/** |
86 |
| -* @section font library path |
87 |
| -*/ |
| 72 | +// @section font library path |
88 | 73 | @font-path: 'fonts/';
|
89 | 74 |
|
90 |
| -/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/ |
| 75 | +// END VARIABLES (DO NOT REMOVE THESE COMMENTS) |
0 commit comments