root / trunk / web / dojo / dojox / form / resources / FilePickerTextBox.css
History | View | Annotate | Download (12.9 KB)
1 |
.dojoxRollingList {
|
---|---|
2 |
border: 1px solid #000; |
3 |
height: 20em; |
4 |
background-color: #FFF; |
5 |
position: relative; |
6 |
} |
7 |
.dijitPopup .dojoxRollingList { |
8 |
position: static; |
9 |
} |
10 |
.dojoxRollingListContainer {
|
11 |
overflow: scroll; |
12 |
overflow-y: hidden; |
13 |
overflow-x: scroll; |
14 |
white-space: nowrap; |
15 |
} |
16 |
.dojoxRollingListButtons {
|
17 |
position: absolute; |
18 |
right: 5px; |
19 |
padding: 5px 0px; |
20 |
} |
21 |
.dojoxRollingListButtonsHidden .dojoxRollingListButtons { |
22 |
display: none; |
23 |
} |
24 |
.dojoxRollingListPane {
|
25 |
overflow: scroll; |
26 |
overflow-x: hidden; |
27 |
overflow-y: scroll; |
28 |
display:-moz-inline-box; |
29 |
display:inline-block; |
30 |
#zoom: 1; |
31 |
#display:inline; |
32 |
border:0; |
33 |
padding:0; |
34 |
vertical-align:middle; |
35 |
#vertical-align: auto; |
36 |
} |
37 |
.dojoxRollingListPane .dijitMenuItem td { |
38 |
width: 1px; |
39 |
} |
40 |
.dojoxRollingListPane .dijitMenuItem td.dijitMenuItemLabel { |
41 |
width: auto; |
42 |
} |
43 |
.dojoxRollingListPane .dijitMenuItemLabel, |
44 |
.dojoxRollingListPane .dijitMenuItemIcon { |
45 |
position: static !important; |
46 |
} |
47 |
.dj_webkit .dojoxRollingListPane, |
48 |
.dj_ie .dojoxRollingListPane { |
49 |
padding-right: 15px; |
50 |
} |
51 |
.dojoxRollingListPane .dijitMenu { |
52 |
border: none !important; |
53 |
} |
54 |
.dojoxRollingListItem {
|
55 |
cursor: default; |
56 |
} |
57 |
.tundra .dojoxRollingList { |
58 |
border-color: #b3b3b3; |
59 |
} |
60 |
.tundra .dijitPopup .dojoxRollingList { |
61 |
border-color: #406b9b; |
62 |
} |
63 |
.tundra .dojoxRollingListPane { |
64 |
background-color: #f7f7f7; |
65 |
} |
66 |
.tundra .dojoxRollingListPane .dojoxRollingListItemHover, |
67 |
.tundra .dojoxRollingListPane .dojoxRollingListItemFocus { |
68 |
background-color: #e3e3e3; |
69 |
} |
70 |
.tundra .dojoxRollingListPane .dojoxRollingListItemSelected { |
71 |
color: #fff; |
72 |
background-color: #999; |
73 |
font-weight: bold; |
74 |
} |
75 |
.tundra .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { |
76 |
background-color: #3559ac; |
77 |
} |
78 |
.tundra .dojoxRollingListPane .dojoxRollingListItemHoverSelected, |
79 |
.tundra .dojoxRollingListPane .dojoxRollingListItemFocusSelected { |
80 |
background-color: #9aacd6; |
81 |
} |
82 |
.tundra .dojoxRollingListItem { |
83 |
font-family: inherit; |
84 |
} |
85 |
.soria .dojoxRollingList { |
86 |
border-color: #8ba0bd; |
87 |
} |
88 |
.soria .dijitPopup .dojoxRollingList { |
89 |
border-color: #406b9b; |
90 |
} |
91 |
.soria .dojoxRollingListPane { |
92 |
background-color: #fff; |
93 |
} |
94 |
.soria .dojoxRollingListPane .dojoxRollingListItemHover, |
95 |
.soria .dojoxRollingListPane .dojoxRollingListItemFocus { |
96 |
background-color: #e3e3e3; |
97 |
} |
98 |
.soria .dojoxRollingListPane .dojoxRollingListItemSelected { |
99 |
color: #243C5F; |
100 |
background-color: #ccc; |
101 |
font-weight: bold; |
102 |
} |
103 |
.soria .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { |
104 |
background-color: #d9e6f9; |
105 |
} |
106 |
.soria .dojoxRollingListPane .dojoxRollingListItemHoverSelected, |
107 |
.soria .dojoxRollingListPane .dojoxRollingListItemFocusSelected { |
108 |
background-color: #ecf3fc; |
109 |
} |
110 |
.soria .dojoxRollingListItem { |
111 |
font-family: inherit; |
112 |
} |
113 |
.nihilo .dojoxRollingList { |
114 |
border-color: #d3d3d3; |
115 |
} |
116 |
.nihilo .dijitPopup .dojoxRollingList { |
117 |
border-color: #b3b3b3; |
118 |
} |
119 |
.nihilo .dojoxRollingListPane { |
120 |
background-color: #fff; |
121 |
} |
122 |
.nihilo .dojoxRollingListPane .dojoxRollingListItemHover, |
123 |
.nihilo .dojoxRollingListPane .dojoxRollingListItemFocus { |
124 |
background-color: #e3e3e3; |
125 |
} |
126 |
.nihilo .dojoxRollingListPane .dojoxRollingListItemSelected { |
127 |
color: #243C5F; |
128 |
background-color: #ccc; |
129 |
font-weight: bold; |
130 |
} |
131 |
.nihilo .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { |
132 |
background-color: #ffe284; |
133 |
} |
134 |
.nihilo .dojoxRollingListPane .dojoxRollingListItemHoverSelected, |
135 |
.nihilo .dojoxRollingListPane .dojoxRollingListItemFocusSelected { |
136 |
background-color: #fff1c2; |
137 |
} |
138 |
.nihilo .dojoxRollingListItem { |
139 |
font-family: inherit; |
140 |
} |
141 |
.dojoxFileInfoPane *{ |
142 |
white-space: normal; |
143 |
} |
144 |
.dojoxFileInfoLabel {
|
145 |
font-weight: bold; |
146 |
white-space: nowrap; |
147 |
} |
148 |
.dojoxFileInfoPane {
|
149 |
width: 20em; |
150 |
} |
151 |
.tundra .dojoxFilePickerItem .dijitMenuItemIcon { |
152 |
background-image: url(../../widget/FilePicker/images/tundraFileIcons.gif); |
153 |
background-repeat: no-repeat; |
154 |
} |
155 |
.tundra .dojoxFilePickerItem .dojoxEmpty { |
156 |
background-image: none; |
157 |
} |
158 |
.tundra .dojoxFilePickerItem .dojoxDirectoryItemIcon { |
159 |
background-position: 0px; |
160 |
} |
161 |
.tundra .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { |
162 |
background-position: -16px; |
163 |
} |
164 |
.tundra .dojoxFilePickerItem .dojoxFileItemIcon { |
165 |
background-position: -32px; |
166 |
} |
167 |
.tundra .dojoxFilePickerItemSelected .dojoxFileItemIcon { |
168 |
background-position: -48px; |
169 |
} |
170 |
.soria .dojoxFilePickerItem .dijitMenuItemIcon { |
171 |
background-image: url(../../widget/FilePicker/images/soriaFileIcons.gif); |
172 |
background-repeat: no-repeat; |
173 |
} |
174 |
.soria .dojoxFilePickerItem .dojoxEmpty { |
175 |
background-image: none; |
176 |
} |
177 |
.soria .dojoxFilePickerItem .dojoxDirectoryItemIcon { |
178 |
background-position: 0px; |
179 |
} |
180 |
.soria .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { |
181 |
background-position: -16px; |
182 |
} |
183 |
.soria .dojoxFilePickerItem .dojoxFileItemIcon { |
184 |
background-position: -32px; |
185 |
} |
186 |
.soria .dojoxFilePickerItemSelected .dojoxFileItemIcon { |
187 |
background-position: -48px; |
188 |
} |
189 |
.nihilo .dojoxFilePickerItem .dijitMenuItemIcon { |
190 |
background-image: url(../../widget/FilePicker/images/nihiloFileIcons.gif); |
191 |
background-repeat: no-repeat; |
192 |
} |
193 |
.nihilo .dojoxFilePickerItem .dojoxEmpty { |
194 |
background-image: none; |
195 |
} |
196 |
.nihilo .dojoxFilePickerItem .dojoxDirectoryItemIcon { |
197 |
background-position: 0px; |
198 |
} |
199 |
.nihilo .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { |
200 |
background-position: -16px; |
201 |
} |
202 |
.nihilo .dojoxFilePickerItem .dojoxFileItemIcon { |
203 |
background-position: -32px; |
204 |
} |
205 |
.nihilo .dojoxFilePickerItemSelected .dojoxFileItemIcon { |
206 |
background-position: -48px; |
207 |
} |
208 |
.dojoxFilePickerTextBox{
|
209 |
width: 30em; |
210 |
vertical-align: middle; |
211 |
} |
212 |
.dojoxFilePickerTextBox input:focus{ |
213 |
outline: none; |
214 |
} |
215 |
.dojoxFilePickerTextBoxFocused{
|
216 |
outline: auto 5px -webkit-focus-ring-color; |
217 |
} |
218 |
.dojoxFilePickerTextBox INPUT{ |
219 |
border-left: solid black 1px; |
220 |
display:inline; |
221 |
position:static !important; |
222 |
border:0 !important; |
223 |
margin:0 !important; |
224 |
vertical-align:top !important; |
225 |
visibility:visible !important; |
226 |
background-color:transparent !important; |
227 |
background-image:none !important; |
228 |
width:100% !important; |
229 |
} |
230 |
.dijitRtl .dojoxFilePickerTextBox .dijitInputField { |
231 |
border-right-width:1px !important; |
232 |
border-left-width:0 !important; |
233 |
} |
234 |
.tundra .dojoxFilePickerTextBoxDisabled * |
235 |
{ |
236 |
cursor: not-allowed !important; |
237 |
} |
238 |
.tundra .dojoxFilePickerTextBox { |
239 |
font-family: sans-serif; |
240 |
font-size: 100%; |
241 |
} |
242 |
.tundra .dojoxFilePickerTextBox { |
243 |
background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; |
244 |
#background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; |
245 |
border:1px solid #b3b3b3; |
246 |
line-height: normal; |
247 |
} |
248 |
.tundra .dojoxFilePickerTextBoxDisabled { |
249 |
color: gray; |
250 |
} |
251 |
.dj_webkit .tundra .dojoxFilePickerTextBoxDisabled { |
252 |
color: #eee; |
253 |
} |
254 |
.tundra .dojoxFilePickerTextBox .dijitInputField { |
255 |
padding: 1px 0; |
256 |
} |
257 |
.tundra .dojoxFilePickerTextBox .dijitButtonNode { |
258 |
padding: 1px 0.2em; |
259 |
} |
260 |
.tundra .dojoxFilePickerTextBox .dijitButtonNode{ |
261 |
border-color: #9b9b9b; |
262 |
border-width: 0px 0px 0px 1px; |
263 |
border-style: solid; |
264 |
} |
265 |
.tundra .dojoxFilePickerTextBoxFocused { |
266 |
border-color:#406b9b; |
267 |
} |
268 |
.tundra .dojoxFilePickerTextBoxFocused .dijitButtonNode { |
269 |
border-left-color:#366dba; |
270 |
} |
271 |
.dijitRtl .tundra .dojoxFilePickerTextBox .dijitButtonNode{ |
272 |
border-color: #9b9b9b; |
273 |
border-width: 0px 1px 0px 0px; |
274 |
} |
275 |
.tundra .dojoxFilePickerTextBoxDisabled { |
276 |
border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; |
277 |
background:#e4e4e4 url("../../../dijit/themes/tundra/images/buttonDisabled.png") top repeat-x; |
278 |
} |
279 |
.tundra .dojoxFilePickerTextBoxHover .dijitDownArrowButton { |
280 |
border-color: #a5beda; |
281 |
border-bottom-color:#5c7590; |
282 |
color:#000; |
283 |
background:#fcfdff url("../../../dijit/themes/tundra/images/buttonHover.png") repeat-x bottom; |
284 |
} |
285 |
.tundra .dojoxFilePickerTextBoxActive .dijitDownArrowButton { |
286 |
border-color:#366dba; |
287 |
background: #ededed url("../../../dijit/themes/tundra/images/buttonActive.png") bottom repeat-x; |
288 |
} |
289 |
.tundra .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { |
290 |
background-image: url("images/tundraFolderSprite.gif"); |
291 |
background-repeat: no-repeat; |
292 |
background-attachment: scroll; |
293 |
background-position: left center; |
294 |
height: auto; |
295 |
width: 16px; |
296 |
font-size: 100%; |
297 |
font-size: inherit; |
298 |
} |
299 |
.tundra .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { |
300 |
background-position: -16px; |
301 |
} |
302 |
.tundra .dojoxFilePickerTextBoxError { |
303 |
background-color:#f9f7ba; |
304 |
background-image:none; |
305 |
} |
306 |
.dj_ie6 .tundra .dojoxFilePickerTextBoxError INPUT { |
307 |
background-color:#f9f7ba !important; |
308 |
} |
309 |
.tundra .dojoxFilePickerTextBoxErrorFocused { |
310 |
background-color:#f9f999; |
311 |
background-image:none; |
312 |
} |
313 |
.dj_ie6 .tundra .dojoxFilePickerTextBoxErrorFocused INPUT { |
314 |
background-color:#f9f999 !important; |
315 |
} |
316 |
.nihilo .dojoxFilePickerTextBoxDisabled * |
317 |
{ |
318 |
cursor: not-allowed !important; |
319 |
} |
320 |
.nihilo .dojoxFilePickerTextBox{ |
321 |
margin: 0em 0.1em; |
322 |
} |
323 |
.nihilo .dojoxFilePickerTextBox { |
324 |
background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; |
325 |
#background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; |
326 |
border:1px solid #d3d3d3; |
327 |
line-height: normal; |
328 |
} |
329 |
.nihilo .dojoxFilePickerTextBox .dijitButtonNode { |
330 |
padding: 0 0.2em; |
331 |
} |
332 |
.nihilo .dojoxFilePickerTextBox .dijitButtonNode{ |
333 |
border-color: #d3d3d3; |
334 |
border-left: 1px solid #d3d3d3; |
335 |
} |
336 |
.nihilo .dojoxFilePickerTextBoxDisabled { |
337 |
color: gray; |
338 |
} |
339 |
.dj_safari .nihilo .dojoxFilePickerTextBoxDisabled { |
340 |
color: #eee; |
341 |
} |
342 |
.nihilo .dojoxFilePickerTextBoxFocused { |
343 |
border-color:#b3b3b3; |
344 |
} |
345 |
.nihilo .dojoxFilePickerTextBoxFocused .dijitButtonNode, { |
346 |
border-left-color:#d3d3d3; |
347 |
} |
348 |
.dijitRtl .nihilo .dojoxFilePickerTextBox .dijitButtonNode { |
349 |
border-color: #8ba0bd; |
350 |
border-left: 0px solid #8ba0bd; |
351 |
border-right: 1px solid #8ba0bd; |
352 |
} |
353 |
.nihilo .dojoxFilePickerTextBoxDisabled { |
354 |
border-color: #dedede; |
355 |
background:#fafafa url("../../../dijit/themes/nihilo/images/buttonDisabled.png") top repeat-x; |
356 |
opacity: 0.60; |
357 |
} |
358 |
.nihilo .dojoxFilePickerTextBoxHover .dijitDownArrowButton { |
359 |
color:#000; |
360 |
background:#fcfcfc url("../../../dijit/themes/nihilo/images/buttonHover.png") repeat-x top left; |
361 |
} |
362 |
.nihilo .dojoxFilePickerTextBoxActive .dijitDownArrowButton { |
363 |
border-color:#dedede; |
364 |
background: #f5f5f5 url("../../../dijit/themes/nihilo/images/buttonActive.png") top left repeat-x; |
365 |
} |
366 |
.dijitRtl .nihilo .dojoxFilePickerTextBox .dijitButtonNode { |
367 |
border-width: 0px 0px 0px 1px; |
368 |
} |
369 |
.nihilo .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { |
370 |
background:url("images/nihiloFolderSprite.gif") no-repeat left center; |
371 |
width: 16px; |
372 |
} |
373 |
.nihilo .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { |
374 |
background-position: -16px; |
375 |
} |
376 |
.nihilo .dojoxFilePickerTextBoxError { |
377 |
border-color:#b3b3b3; |
378 |
background-color:#f9f7ba; |
379 |
background-image:none; |
380 |
} |
381 |
.dj_ie6 .nihilo .dojoxFilePickerTextBoxError INPUT { |
382 |
background-color:#f9f7ba !important; |
383 |
} |
384 |
.nihilo .dojoxFilePickerTextBoxErrorFocused { |
385 |
background-color:#ff6; |
386 |
background-image:none; |
387 |
} |
388 |
.dj_ie6 .nihilo .dojoxFilePickerTextBoxErrorFocused INPUT { |
389 |
background-color:#ff6 !important; |
390 |
} |
391 |
.soria .dojoxFilePickerTextBoxDisabled * |
392 |
{ |
393 |
cursor: not-allowed !important; |
394 |
} |
395 |
.soria .dojoxFilePickerTextBox{ |
396 |
margin: 0em 0.1em; |
397 |
} |
398 |
.soria .dojoxFilePickerTextBox { |
399 |
background:#fff url("../images/validationInputBg.png") repeat-x top left; |
400 |
#background:#fff url('../images/validationInputBg.gif') repeat-x top left; |
401 |
border:1px solid #8ba0bd; |
402 |
line-height: normal; |
403 |
} |
404 |
.soria .dojoxFilePickerTextBoxDisabled{ |
405 |
color: gray; |
406 |
} |
407 |
.dj_safari .soria .dojoxFilePickerTextBoxDisabled{ |
408 |
color: #eee; |
409 |
} |
410 |
.soria .dojoxFilePickerTextBox .dijitButtonNode { |
411 |
padding: 0 0.2em; |
412 |
} |
413 |
.soria .dojoxFilePickerTextBox .dijitButtonNode{ |
414 |
border-color: #8ba0bd; |
415 |
border-left: 1px solid #8ba0bd; |
416 |
} |
417 |
.soria .dojoxFilePickerTextBoxFocused { |
418 |
border-color:#406b9b; |
419 |
} |
420 |
.soria .dojoxFilePickerTextBoxFocused .dijitButtonNode { |
421 |
border-left-color:#8ba0bd; |
422 |
} |
423 |
.dijitRtl .soria .dojoxFilePickerTextBox .dijitButtonNode{ |
424 |
border-color: #8ba0bd; |
425 |
border-left: 0px solid #8ba0bd; |
426 |
border-right: 1px solid #8ba0bd; |
427 |
} |
428 |
.soria .dojoxFilePickerTextBox .dijitButtonNode { |
429 |
border-width: 0px 0px 0px 1px; |
430 |
} |
431 |
.soria .dojoxFilePickerTextBoxDisabled{ |
432 |
border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd; |
433 |
background:#c3d3e5 url("../../../dijit/themes/soria/buttonDisabled.png") top repeat-x; |
434 |
opacity: 0.60; |
435 |
} |
436 |
.soria .dojoxFilePickerTextBoxHover .dijitDownArrowButton{ |
437 |
color:#000; |
438 |
background:#acc5e2 url("../../../dijit/themes/soria/buttonHover.png") repeat-x top left; |
439 |
} |
440 |
.soria .dojoxFilePickerTextBoxActive .dijitDownArrowButton { |
441 |
border-color:#657c9c; |
442 |
background: #91b4e5 url("../../../dijit/themes/soria/buttonActive.png") top left repeat-x; |
443 |
} |
444 |
.dijitRtl .soria .dojoxFilePickerTextBox .dijitButtonNode { |
445 |
border-width: 0px 0px 0px 1px; |
446 |
} |
447 |
.soria .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { |
448 |
background:url("images/soriaFolderSprite.gif") no-repeat left center; |
449 |
width: 16px; |
450 |
} |
451 |
.soria .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { |
452 |
background-position: -16px; |
453 |
} |
454 |
.soria .dojoxFilePickerTextBoxError { |
455 |
border-color:#f3d118; |
456 |
background-color:#f9f7ba; |
457 |
background-image:none; |
458 |
} |
459 |
.dj_ie6 .soria .dojoxFilePickerTextBoxError INPUT { |
460 |
background-color:#f9f7ba !important; |
461 |
} |
462 |
.soria .dojoxFilePickerTextBoxErrorFocused { |
463 |
background-color:#ff6; |
464 |
background-image:none; |
465 |
} |
466 |
.dj_ie6 .soria .dojoxFilePickerTextBoxErrorFocused INPUT { |
467 |
background-color:#ff6 !important; |
468 |
} |