1 | @import url("../../widget/FilePicker/FilePicker.css"); |
---|
2 | |
---|
3 | .dojoxFilePickerTextBox{ |
---|
4 | width: 30em; |
---|
5 | vertical-align: middle; |
---|
6 | } |
---|
7 | .dojoxFilePickerTextBox input:focus{ |
---|
8 | outline: none; |
---|
9 | } |
---|
10 | .dojoxFilePickerTextBoxFocused{ |
---|
11 | outline: auto 5px -webkit-focus-ring-color; |
---|
12 | } |
---|
13 | .dojoxFilePickerTextBox INPUT{ |
---|
14 | border-left: solid black 1px; |
---|
15 | display:inline; |
---|
16 | position:static !important; |
---|
17 | border:0 !important; |
---|
18 | margin:0 !important; |
---|
19 | vertical-align:top !important; |
---|
20 | visibility:visible !important; |
---|
21 | background-color:transparent !important; |
---|
22 | background-image:none !important; |
---|
23 | width:100% !important; |
---|
24 | } |
---|
25 | .dijitRtl .dojoxFilePickerTextBox .dijitInputField { |
---|
26 | border-right-width:1px !important; |
---|
27 | border-left-width:0 !important; |
---|
28 | } |
---|
29 | |
---|
30 | /* Tundra stylings */ |
---|
31 | .tundra .dojoxFilePickerTextBoxDisabled * |
---|
32 | { |
---|
33 | cursor: not-allowed !important; |
---|
34 | } |
---|
35 | .tundra .dojoxFilePickerTextBox { |
---|
36 | font-family: sans-serif; |
---|
37 | font-size: 100%; |
---|
38 | } |
---|
39 | .tundra .dojoxFilePickerTextBox { |
---|
40 | background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; |
---|
41 | #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; |
---|
42 | border:1px solid #b3b3b3; |
---|
43 | line-height: normal; |
---|
44 | } |
---|
45 | .tundra .dojoxFilePickerTextBoxDisabled { |
---|
46 | color: gray; |
---|
47 | } |
---|
48 | .dj_webkit .tundra .dojoxFilePickerTextBoxDisabled { |
---|
49 | color: #eee; |
---|
50 | } |
---|
51 | .tundra .dojoxFilePickerTextBox .dijitInputField { |
---|
52 | padding: 1px 0; |
---|
53 | } |
---|
54 | .tundra .dojoxFilePickerTextBox .dijitButtonNode { |
---|
55 | padding: 1px 0.2em; |
---|
56 | } |
---|
57 | .tundra .dojoxFilePickerTextBox .dijitButtonNode{ |
---|
58 | border-color: #9b9b9b; |
---|
59 | border-width: 0px 0px 0px 1px; |
---|
60 | border-style: solid; |
---|
61 | } |
---|
62 | .tundra .dojoxFilePickerTextBoxFocused { |
---|
63 | border-color:#406b9b; |
---|
64 | } |
---|
65 | .tundra .dojoxFilePickerTextBoxFocused .dijitButtonNode { |
---|
66 | border-left-color:#366dba; |
---|
67 | } |
---|
68 | .dijitRtl .tundra .dojoxFilePickerTextBox .dijitButtonNode{ |
---|
69 | border-color: #9b9b9b; |
---|
70 | border-width: 0px 1px 0px 0px; |
---|
71 | } |
---|
72 | .tundra .dojoxFilePickerTextBoxDisabled { |
---|
73 | border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; |
---|
74 | background:#e4e4e4 url("../../../dijit/themes/tundra/images/buttonDisabled.png") top repeat-x; |
---|
75 | } |
---|
76 | .tundra .dojoxFilePickerTextBoxHover .dijitDownArrowButton { |
---|
77 | border-color: #a5beda; |
---|
78 | border-bottom-color:#5c7590; |
---|
79 | color:#000; |
---|
80 | background:#fcfdff url("../../../dijit/themes/tundra/images/buttonHover.png") repeat-x bottom; |
---|
81 | } |
---|
82 | .tundra .dojoxFilePickerTextBoxActive .dijitDownArrowButton { |
---|
83 | border-color:#366dba; |
---|
84 | background: #ededed url("../../../dijit/themes/tundra/images/buttonActive.png") bottom repeat-x; |
---|
85 | } |
---|
86 | .tundra .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { |
---|
87 | background-image: url("images/tundraFolderSprite.gif"); |
---|
88 | background-repeat: no-repeat; |
---|
89 | background-attachment: scroll; |
---|
90 | background-position: left center; |
---|
91 | height: auto; |
---|
92 | width: 16px; |
---|
93 | font-size: 100%; |
---|
94 | font-size: inherit; |
---|
95 | } |
---|
96 | .tundra .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { |
---|
97 | background-position: -16px; |
---|
98 | } |
---|
99 | |
---|
100 | .tundra .dojoxFilePickerTextBoxError { |
---|
101 | background-color:#f9f7ba; |
---|
102 | background-image:none; |
---|
103 | } |
---|
104 | .dj_ie6 .tundra .dojoxFilePickerTextBoxError INPUT { |
---|
105 | background-color:#f9f7ba !important; |
---|
106 | } |
---|
107 | .tundra .dojoxFilePickerTextBoxErrorFocused { |
---|
108 | background-color:#f9f999; |
---|
109 | background-image:none; |
---|
110 | } |
---|
111 | .dj_ie6 .tundra .dojoxFilePickerTextBoxErrorFocused INPUT { |
---|
112 | background-color:#f9f999 !important; |
---|
113 | } |
---|
114 | |
---|
115 | /* nihilo theme */ |
---|
116 | .nihilo .dojoxFilePickerTextBoxDisabled * |
---|
117 | { |
---|
118 | cursor: not-allowed !important; |
---|
119 | } |
---|
120 | .nihilo .dojoxFilePickerTextBox{ |
---|
121 | margin: 0em 0.1em; |
---|
122 | } |
---|
123 | .nihilo .dojoxFilePickerTextBox { |
---|
124 | background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; |
---|
125 | #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; |
---|
126 | border:1px solid #d3d3d3; |
---|
127 | line-height: normal; |
---|
128 | } |
---|
129 | .nihilo .dojoxFilePickerTextBox .dijitButtonNode { |
---|
130 | padding: 0 0.2em; |
---|
131 | } |
---|
132 | .nihilo .dojoxFilePickerTextBox .dijitButtonNode{ |
---|
133 | border-color: #d3d3d3; |
---|
134 | border-left: 1px solid #d3d3d3; |
---|
135 | } |
---|
136 | .nihilo .dojoxFilePickerTextBoxDisabled { |
---|
137 | color: gray; |
---|
138 | } |
---|
139 | .dj_safari .nihilo .dojoxFilePickerTextBoxDisabled { |
---|
140 | color: #eee; |
---|
141 | } |
---|
142 | .nihilo .dojoxFilePickerTextBoxFocused { |
---|
143 | border-color:#b3b3b3; |
---|
144 | } |
---|
145 | .nihilo .dojoxFilePickerTextBoxFocused .dijitButtonNode, { |
---|
146 | border-left-color:#d3d3d3; |
---|
147 | } |
---|
148 | .dijitRtl .nihilo .dojoxFilePickerTextBox .dijitButtonNode { |
---|
149 | border-color: #8ba0bd; |
---|
150 | border-left: 0px solid #8ba0bd; |
---|
151 | border-right: 1px solid #8ba0bd; |
---|
152 | } |
---|
153 | .nihilo .dojoxFilePickerTextBoxDisabled { |
---|
154 | border-color: #dedede; |
---|
155 | background:#fafafa url("../../../dijit/themes/nihilo/images/buttonDisabled.png") top repeat-x; |
---|
156 | opacity: 0.60; |
---|
157 | } |
---|
158 | .nihilo .dojoxFilePickerTextBoxHover .dijitDownArrowButton { |
---|
159 | color:#000; |
---|
160 | background:#fcfcfc url("../../../dijit/themes/nihilo/images/buttonHover.png") repeat-x top left; |
---|
161 | } |
---|
162 | .nihilo .dojoxFilePickerTextBoxActive .dijitDownArrowButton { |
---|
163 | border-color:#dedede; |
---|
164 | background: #f5f5f5 url("../../../dijit/themes/nihilo/images/buttonActive.png") top left repeat-x; |
---|
165 | } |
---|
166 | .dijitRtl .nihilo .dojoxFilePickerTextBox .dijitButtonNode { |
---|
167 | border-width: 0px 0px 0px 1px; |
---|
168 | } |
---|
169 | .nihilo .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { |
---|
170 | background:url("images/nihiloFolderSprite.gif") no-repeat left center; |
---|
171 | width: 16px; |
---|
172 | } |
---|
173 | .nihilo .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { |
---|
174 | background-position: -16px; |
---|
175 | } |
---|
176 | .nihilo .dojoxFilePickerTextBoxError { |
---|
177 | border-color:#b3b3b3; |
---|
178 | background-color:#f9f7ba; |
---|
179 | background-image:none; |
---|
180 | } |
---|
181 | .dj_ie6 .nihilo .dojoxFilePickerTextBoxError INPUT { |
---|
182 | background-color:#f9f7ba !important; |
---|
183 | } |
---|
184 | |
---|
185 | .nihilo .dojoxFilePickerTextBoxErrorFocused { |
---|
186 | background-color:#ff6; |
---|
187 | background-image:none; |
---|
188 | } |
---|
189 | .dj_ie6 .nihilo .dojoxFilePickerTextBoxErrorFocused INPUT { |
---|
190 | background-color:#ff6 !important; |
---|
191 | } |
---|
192 | |
---|
193 | /* soria theme */ |
---|
194 | .soria .dojoxFilePickerTextBoxDisabled * |
---|
195 | { |
---|
196 | cursor: not-allowed !important; |
---|
197 | } |
---|
198 | .soria .dojoxFilePickerTextBox{ |
---|
199 | margin: 0em 0.1em; |
---|
200 | } |
---|
201 | .soria .dojoxFilePickerTextBox { |
---|
202 | background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; |
---|
203 | #background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left; |
---|
204 | border:1px solid #8ba0bd; |
---|
205 | line-height: normal; |
---|
206 | } |
---|
207 | .soria .dojoxFilePickerTextBoxDisabled{ |
---|
208 | color: gray; |
---|
209 | } |
---|
210 | .dj_safari .soria .dojoxFilePickerTextBoxDisabled{ |
---|
211 | color: #eee; |
---|
212 | } |
---|
213 | .soria .dojoxFilePickerTextBox .dijitButtonNode { |
---|
214 | padding: 0 0.2em; |
---|
215 | } |
---|
216 | .soria .dojoxFilePickerTextBox .dijitButtonNode{ |
---|
217 | border-color: #8ba0bd; |
---|
218 | border-left: 1px solid #8ba0bd; |
---|
219 | } |
---|
220 | .soria .dojoxFilePickerTextBoxFocused { |
---|
221 | border-color:#406b9b; |
---|
222 | } |
---|
223 | .soria .dojoxFilePickerTextBoxFocused .dijitButtonNode { |
---|
224 | border-left-color:#8ba0bd; |
---|
225 | } |
---|
226 | .dijitRtl .soria .dojoxFilePickerTextBox .dijitButtonNode{ |
---|
227 | border-color: #8ba0bd; |
---|
228 | border-left: 0px solid #8ba0bd; |
---|
229 | border-right: 1px solid #8ba0bd; |
---|
230 | } |
---|
231 | .soria .dojoxFilePickerTextBox .dijitButtonNode { |
---|
232 | border-width: 0px 0px 0px 1px; |
---|
233 | } |
---|
234 | .soria .dojoxFilePickerTextBoxDisabled{ |
---|
235 | border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd; |
---|
236 | background:#c3d3e5 url("../../../dijit/themes/soria/buttonDisabled.png") top repeat-x; |
---|
237 | opacity: 0.60; /* Safari, Opera and Mozilla */ |
---|
238 | } |
---|
239 | .soria .dojoxFilePickerTextBoxHover .dijitDownArrowButton{ |
---|
240 | color:#000; |
---|
241 | background:#acc5e2 url("../../../dijit/themes/soria/images/buttonHover.png") repeat-x top left; |
---|
242 | } |
---|
243 | .soria .dojoxFilePickerTextBoxActive .dijitDownArrowButton { |
---|
244 | border-color:#657c9c; |
---|
245 | background: #91b4e5 url("../../../dijit/themes/soria/images/buttonActive.png") top left repeat-x; |
---|
246 | } |
---|
247 | .dijitRtl .soria .dojoxFilePickerTextBox .dijitButtonNode { |
---|
248 | border-width: 0px 0px 0px 1px; |
---|
249 | } |
---|
250 | .soria .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { |
---|
251 | background:url("images/soriaFolderSprite.gif") no-repeat left center; |
---|
252 | width: 16px; |
---|
253 | } |
---|
254 | .soria .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { |
---|
255 | background-position: -16px; |
---|
256 | } |
---|
257 | .soria .dojoxFilePickerTextBoxError { |
---|
258 | border-color:#f3d118; |
---|
259 | background-color:#f9f7ba; |
---|
260 | background-image:none; |
---|
261 | } |
---|
262 | .dj_ie6 .soria .dojoxFilePickerTextBoxError INPUT { |
---|
263 | background-color:#f9f7ba !important; |
---|
264 | } |
---|
265 | |
---|
266 | .soria .dojoxFilePickerTextBoxErrorFocused { |
---|
267 | background-color:#ff6; |
---|
268 | background-image:none; |
---|
269 | } |
---|
270 | .dj_ie6 .soria .dojoxFilePickerTextBoxErrorFocused INPUT { |
---|
271 | background-color:#ff6 !important; |
---|
272 | } |
---|