|
15 | 15 | /* Component containers
|
16 | 16 | ----------------------------------*/
|
17 | 17 | .ui-widget {
|
18 |
| - font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/; |
| 18 | + font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/; |
19 | 19 | font-size: 1em/*{fsDefault}*/;
|
20 | 20 | }
|
21 | 21 | .ui-widget .ui-widget {
|
|
25 | 25 | .ui-widget select,
|
26 | 26 | .ui-widget textarea,
|
27 | 27 | .ui-widget button {
|
28 |
| - font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/; |
| 28 | + font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/; |
29 | 29 | font-size: 1em;
|
30 | 30 | }
|
31 | 31 | .ui-widget-content {
|
32 | 32 | border: 1px solid #dddddd/*{borderColorContent}*/;
|
33 |
| - background: #ffffff/*{bgColorContent}*/; |
| 33 | + background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/; |
34 | 34 | color: #333333/*{fcContent}*/;
|
35 | 35 | }
|
36 | 36 | .ui-widget-content a {
|
37 | 37 | color: #333333/*{fcContent}*/;
|
38 | 38 | }
|
39 | 39 | .ui-widget-header {
|
40 | 40 | border: 1px solid #dddddd/*{borderColorHeader}*/;
|
41 |
| - background: #e9e9e9/*{bgColorHeader}*/; |
| 41 | + background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/; |
42 | 42 | color: #333333/*{fcHeader}*/;
|
43 | 43 | font-weight: bold;
|
44 | 44 | }
|
|
52 | 52 | .ui-widget-content .ui-state-default,
|
53 | 53 | .ui-widget-header .ui-state-default {
|
54 | 54 | border: 1px solid #c5c5c5/*{borderColorDefault}*/;
|
55 |
| - background: #f6f6f6/*{bgColorDefault}*/; |
| 55 | + background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/; |
56 | 56 | font-weight: normal/*{fwDefault}*/;
|
57 | 57 | color: #333333/*{fcDefault}*/;
|
58 | 58 | }
|
|
69 | 69 | .ui-widget-content .ui-state-focus,
|
70 | 70 | .ui-widget-header .ui-state-focus {
|
71 | 71 | border: 1px solid #cccccc/*{borderColorHover}*/;
|
72 |
| - background: #ededed/*{bgColorHover}*/; |
| 72 | + background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/; |
73 | 73 | font-weight: normal/*{fwDefault}*/;
|
74 | 74 | color: #333333/*{fcHover}*/;
|
75 | 75 | }
|
|
88 | 88 | .ui-widget-content .ui-state-active,
|
89 | 89 | .ui-widget-header .ui-state-active {
|
90 | 90 | border: 1px solid #003eff/*{borderColorActive}*/;
|
91 |
| - background: #007fff/*{bgColorActive}*/; |
| 91 | + background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/; |
92 | 92 | font-weight: normal/*{fwDefault}*/;
|
93 | 93 | color: #ffffff/*{fcActive}*/;
|
94 | 94 | }
|
|
105 | 105 | .ui-widget-content .ui-state-highlight,
|
106 | 106 | .ui-widget-header .ui-state-highlight {
|
107 | 107 | border: 1px solid #aede00/*{borderColorHighlight}*/;
|
108 |
| - background: #cdfd34/*{bgColorHighlight}*/; |
| 108 | + background: #cdfd34/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/; |
109 | 109 | color: #363636/*{fcHighlight}*/;
|
110 | 110 | }
|
111 | 111 | .ui-state-highlight a,
|
|
117 | 117 | .ui-widget-content .ui-state-error,
|
118 | 118 | .ui-widget-header .ui-state-error {
|
119 | 119 | border: 1px solid #cd0a0a/*{borderColorError}*/;
|
120 |
| - background: #ff9999/*{bgColorError}*/; |
| 120 | + background: #ff9999/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/; |
121 | 121 | color: #cd0a0a/*{fcError}*/;
|
122 | 122 | }
|
123 | 123 | .ui-state-error a,
|
|
0 commit comments