|
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 #aede00/*{borderColorHighlight}*/; |
108 |
| - background: #cdfd34/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/; |
109 |
| - color: #363636/*{fcHighlight}*/; |
| 107 | + border: 1px solid #dad55e/*{borderColorHighlight}*/; |
| 108 | + background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/; |
| 109 | + color: #777620/*{fcHighlight}*/; |
110 | 110 | }
|
111 | 111 | .ui-state-highlight a,
|
112 | 112 | .ui-widget-content .ui-state-highlight a,
|
113 | 113 | .ui-widget-header .ui-state-highlight a {
|
114 |
| - color: #363636/*{fcHighlight}*/; |
| 114 | + color: #777620/*{fcHighlight}*/; |
115 | 115 | }
|
116 | 116 | .ui-state-error,
|
117 | 117 | .ui-widget-content .ui-state-error,
|
118 | 118 | .ui-widget-header .ui-state-error {
|
119 |
| - border: 1px solid #cd0a0a/*{borderColorError}*/; |
120 |
| - background: #ff9999/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/; |
121 |
| - color: #cd0a0a/*{fcError}*/; |
| 119 | + border: 1px solid #f1a899/*{borderColorError}*/; |
| 120 | + background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/; |
| 121 | + color: #5f3f3f/*{fcError}*/; |
122 | 122 | }
|
123 | 123 | .ui-state-error a,
|
124 | 124 | .ui-widget-content .ui-state-error a,
|
125 | 125 | .ui-widget-header .ui-state-error a {
|
126 |
| - color: #cd0a0a/*{fcError}*/; |
| 126 | + color: #5f3f3f/*{fcError}*/; |
127 | 127 | }
|
128 | 128 | .ui-state-error-text,
|
129 | 129 | .ui-widget-content .ui-state-error-text,
|
130 | 130 | .ui-widget-header .ui-state-error-text {
|
131 |
| - color: #cd0a0a/*{fcError}*/; |
| 131 | + color: #5f3f3f/*{fcError}*/; |
132 | 132 | }
|
133 | 133 | .ui-priority-primary,
|
134 | 134 | .ui-widget-content .ui-priority-primary,
|
|
0 commit comments