|
15 | 15 | /* Component containers
|
16 | 16 | ----------------------------------*/
|
17 | 17 | .ui-widget {
|
18 |
| - font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; |
| 18 | + font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{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: Verdana,Arial,sans-serif/*{ffDefault}*/; |
| 28 | + font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/; |
29 | 29 | font-size: 1em;
|
30 | 30 | }
|
31 | 31 | .ui-widget-content {
|
32 |
| - border: 1px solid #aaaaaa/*{borderColorContent}*/; |
33 |
| - background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; |
34 |
| - color: #222222/*{fcContent}*/; |
| 32 | + border: 1px solid #dddddd/*{borderColorContent}*/; |
| 33 | + background: #ffffff/*{bgColorContent}*/; |
| 34 | + color: #333333/*{fcContent}*/; |
35 | 35 | }
|
36 | 36 | .ui-widget-content a {
|
37 |
| - color: #222222/*{fcContent}*/; |
| 37 | + color: #333333/*{fcContent}*/; |
38 | 38 | }
|
39 | 39 | .ui-widget-header {
|
40 |
| - border: 1px solid #aaaaaa/*{borderColorHeader}*/; |
41 |
| - background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; |
42 |
| - color: #222222/*{fcHeader}*/; |
| 40 | + border: 1px solid #dddddd/*{borderColorHeader}*/; |
| 41 | + background: #e9e9e9/*{bgColorHeader}*/; |
| 42 | + color: #333333/*{fcHeader}*/; |
43 | 43 | font-weight: bold;
|
44 | 44 | }
|
45 | 45 | .ui-widget-header a {
|
46 |
| - color: #222222/*{fcHeader}*/; |
| 46 | + color: #333333/*{fcHeader}*/; |
47 | 47 | }
|
48 | 48 |
|
49 | 49 | /* Interaction states
|
50 | 50 | ----------------------------------*/
|
51 | 51 | .ui-state-default,
|
52 | 52 | .ui-widget-content .ui-state-default,
|
53 | 53 | .ui-widget-header .ui-state-default {
|
54 |
| - border: 1px solid #d3d3d3/*{borderColorDefault}*/; |
55 |
| - background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; |
| 54 | + border: 1px solid #c5c5c5/*{borderColorDefault}*/; |
| 55 | + background: #f6f6f6/*{bgColorDefault}*/; |
56 | 56 | font-weight: normal/*{fwDefault}*/;
|
57 |
| - color: #555555/*{fcDefault}*/; |
| 57 | + color: #333333/*{fcDefault}*/; |
58 | 58 | }
|
59 | 59 | .ui-state-default a,
|
60 | 60 | .ui-state-default a:link,
|
61 | 61 | .ui-state-default a:visited {
|
62 |
| - color: #555555/*{fcDefault}*/; |
| 62 | + color: #333333/*{fcDefault}*/; |
63 | 63 | text-decoration: none;
|
64 | 64 | }
|
65 | 65 | .ui-state-hover,
|
|
68 | 68 | .ui-state-focus,
|
69 | 69 | .ui-widget-content .ui-state-focus,
|
70 | 70 | .ui-widget-header .ui-state-focus {
|
71 |
| - border: 1px solid #999999/*{borderColorHover}*/; |
72 |
| - background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; |
| 71 | + border: 1px solid #cccccc/*{borderColorHover}*/; |
| 72 | + background: #ededed/*{bgColorHover}*/; |
73 | 73 | font-weight: normal/*{fwDefault}*/;
|
74 |
| - color: #212121/*{fcHover}*/; |
| 74 | + color: #333333/*{fcHover}*/; |
75 | 75 | }
|
76 | 76 | .ui-state-hover a,
|
77 | 77 | .ui-state-hover a:hover,
|
|
81 | 81 | .ui-state-focus a:hover,
|
82 | 82 | .ui-state-focus a:link,
|
83 | 83 | .ui-state-focus a:visited {
|
84 |
| - color: #212121/*{fcHover}*/; |
| 84 | + color: #333333/*{fcHover}*/; |
85 | 85 | text-decoration: none;
|
86 | 86 | }
|
87 | 87 | .ui-state-active,
|
88 | 88 | .ui-widget-content .ui-state-active,
|
89 | 89 | .ui-widget-header .ui-state-active {
|
90 |
| - border: 1px solid #aaaaaa/*{borderColorActive}*/; |
91 |
| - background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; |
| 90 | + border: 1px solid #003eff/*{borderColorActive}*/; |
| 91 | + background: #007fff/*{bgColorActive}*/; |
92 | 92 | font-weight: normal/*{fwDefault}*/;
|
93 |
| - color: #212121/*{fcActive}*/; |
| 93 | + color: #ffffff/*{fcActive}*/; |
94 | 94 | }
|
95 | 95 | .ui-state-active a,
|
96 | 96 | .ui-state-active a:link,
|
97 | 97 | .ui-state-active a:visited {
|
98 |
| - color: #212121/*{fcActive}*/; |
| 98 | + color: #ffffff/*{fcActive}*/; |
99 | 99 | text-decoration: none;
|
100 | 100 | }
|
101 | 101 |
|
|
104 | 104 | .ui-state-highlight,
|
105 | 105 | .ui-widget-content .ui-state-highlight,
|
106 | 106 | .ui-widget-header .ui-state-highlight {
|
107 |
| - border: 1px solid #fcefa1/*{borderColorHighlight}*/; |
108 |
| - background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; |
| 107 | + border: 1px solid #aede00/*{borderColorHighlight}*/; |
| 108 | + background: #cdfd34/*{bgColorHighlight}*/; |
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: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; |
| 120 | + background: #ff9999/*{bgColorError}*/; |
121 | 121 | color: #cd0a0a/*{fcError}*/;
|
122 | 122 | }
|
123 | 123 | .ui-state-error a,
|
|
373 | 373 | .ui-corner-top,
|
374 | 374 | .ui-corner-left,
|
375 | 375 | .ui-corner-tl {
|
376 |
| - border-top-left-radius: 4px/*{cornerRadius}*/; |
| 376 | + border-top-left-radius: 3px/*{cornerRadius}*/; |
377 | 377 | }
|
378 | 378 | .ui-corner-all,
|
379 | 379 | .ui-corner-top,
|
380 | 380 | .ui-corner-right,
|
381 | 381 | .ui-corner-tr {
|
382 |
| - border-top-right-radius: 4px/*{cornerRadius}*/; |
| 382 | + border-top-right-radius: 3px/*{cornerRadius}*/; |
383 | 383 | }
|
384 | 384 | .ui-corner-all,
|
385 | 385 | .ui-corner-bottom,
|
386 | 386 | .ui-corner-left,
|
387 | 387 | .ui-corner-bl {
|
388 |
| - border-bottom-left-radius: 4px/*{cornerRadius}*/; |
| 388 | + border-bottom-left-radius: 3px/*{cornerRadius}*/; |
389 | 389 | }
|
390 | 390 | .ui-corner-all,
|
391 | 391 | .ui-corner-bottom,
|
392 | 392 | .ui-corner-right,
|
393 | 393 | .ui-corner-br {
|
394 |
| - border-bottom-right-radius: 4px/*{cornerRadius}*/; |
| 394 | + border-bottom-right-radius: 3px/*{cornerRadius}*/; |
395 | 395 | }
|
396 | 396 |
|
397 | 397 | /* Overlays */
|
|
0 commit comments