source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/js/jquery.mobile.theme-1.4.5.css@ 101

Last change on this file since 101 was 101, checked in by coas-nagasima, 9 years ago

TOPPERS/uKadecotのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/css
File size: 19.4 KB
Line 
1/*!
2* jQuery Mobile 1.4.5
3* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
4* http://jquerymobile.com
5*
6* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
7* Released under the MIT license.
8* http://jquery.org/license
9*
10*/
11
12
13/* Globals */
14/* Font
15-----------------------------------------------------------------------------------------------------------*/
16html {
17 font-size: 100%;
18}
19body,
20input,
21select,
22textarea,
23button,
24.ui-btn {
25 font-size: 1em;
26 line-height: 1.3;
27 font-family: sans-serif /*{global-font-family}*/;
28}
29legend,
30.ui-input-text input,
31.ui-input-search input {
32 color: inherit;
33 text-shadow: inherit;
34}
35/* Form labels (overrides font-weight bold in bars, and mini font-size) */
36.ui-mobile label,
37div.ui-controlgroup-label {
38 font-weight: normal;
39 font-size: 16px;
40}
41/* Separators
42-----------------------------------------------------------------------------------------------------------*/
43/* Field contain separator (< 28em) */
44.ui-field-contain {
45 border-bottom-color: #828282;
46 border-bottom-color: rgba(0,0,0,.15);
47 border-bottom-width: 1px;
48 border-bottom-style: solid;
49}
50/* Table opt-in classes: strokes between each row, and alternating row stripes */
51/* Classes table-stroke and table-stripe are deprecated in 1.4. */
52.table-stroke thead th,
53.table-stripe thead th,
54.table-stripe tbody tr:last-child {
55 border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
56 border-bottom: 1px solid rgba(0,0,0,.1);
57}
58.table-stroke tbody th,
59.table-stroke tbody td {
60 border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback */
61 border-bottom: 1px solid rgba(0,0,0,.05);
62}
63.table-stripe.table-stroke tbody tr:last-child th,
64.table-stripe.table-stroke tbody tr:last-child td {
65 border-bottom: 0;
66}
67.table-stripe tbody tr:nth-child(odd) td,
68.table-stripe tbody tr:nth-child(odd) th {
69 background-color: #eeeeee; /* non-RGBA fallback */
70 background-color: rgba(0,0,0,.04);
71}
72/* Buttons
73-----------------------------------------------------------------------------------------------------------*/
74.ui-btn,
75label.ui-btn {
76 font-weight: bold;
77 border-width: 1px;
78 border-style: solid;
79}
80.ui-btn {
81 text-decoration: none !important;
82}
83.ui-btn-active {
84 cursor: pointer;
85}
86/* Corner rounding
87-----------------------------------------------------------------------------------------------------------*/
88/* Class ui-btn-corner-all deprecated in 1.4 */
89.ui-corner-all {
90 -webkit-border-radius: .3125em /*{global-radii-blocks}*/;
91 border-radius: .3125em /*{global-radii-blocks}*/;
92}
93/* Buttons */
94.ui-btn-corner-all,
95.ui-btn.ui-corner-all,
96/* Slider track */
97.ui-slider-track.ui-corner-all,
98/* Flipswitch */
99.ui-flipswitch.ui-corner-all,
100/* Count bubble */
101.ui-li-count {
102 -webkit-border-radius: .3125em /*{global-radii-buttons}*/;
103 border-radius: .3125em /*{global-radii-buttons}*/;
104}
105/* Icon-only buttons */
106.ui-btn-icon-notext.ui-btn-corner-all,
107.ui-btn-icon-notext.ui-corner-all {
108 -webkit-border-radius: 1em;
109 border-radius: 1em;
110}
111/* Radius clip workaround for cleaning up corner trapping */
112.ui-btn-corner-all,
113.ui-corner-all {
114 -webkit-background-clip: padding;
115 background-clip: padding-box;
116}
117/* Popup arrow */
118.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
119 left: .6em /*{global-radii-blocks}*/;
120 right: .6em /*{global-radii-blocks}*/;
121 top: .6em /*{global-radii-blocks}*/;
122 bottom: .6em /*{global-radii-blocks}*/;
123}
124/* Shadow
125-----------------------------------------------------------------------------------------------------------*/
126.ui-shadow {
127 -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
128 -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
129 box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
130}
131.ui-shadow-inset {
132 -webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
133 -moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
134 box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
135}
136.ui-overlay-shadow {
137 -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
138 -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
139 box-shadow: 0 0 12px rgba(0,0,0,.6);
140}
141/* Icons
142-----------------------------------------------------------------------------------------------------------*/
143.ui-btn-icon-left:after,
144.ui-btn-icon-right:after,
145.ui-btn-icon-top:after,
146.ui-btn-icon-bottom:after,
147.ui-btn-icon-notext:after {
148 background-color: #666 /*{global-icon-color}*/;
149 background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/;
150 background-position: center center;
151 background-repeat: no-repeat;
152 -webkit-border-radius: 1em;
153 border-radius: 1em;
154}
155/* Alt icons */
156.ui-alt-icon.ui-btn:after,
157.ui-alt-icon .ui-btn:after,
158html .ui-alt-icon.ui-checkbox-off:after,
159html .ui-alt-icon.ui-radio-off:after,
160html .ui-alt-icon .ui-checkbox-off:after,
161html .ui-alt-icon .ui-radio-off:after {
162 background-color: #666 /*{global-icon-color}*/;
163 background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
164}
165/* No disc */
166.ui-nodisc-icon.ui-btn:after,
167.ui-nodisc-icon .ui-btn:after {
168 background-color: transparent;
169}
170/* Icon shadow */
171.ui-shadow-icon.ui-btn:after,
172.ui-shadow-icon .ui-btn:after {
173 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
174 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
175 box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
176}
177/* Checkbox and radio */
178.ui-btn.ui-checkbox-off:after,
179.ui-btn.ui-checkbox-on:after,
180.ui-btn.ui-radio-off:after,
181.ui-btn.ui-radio-on:after {
182 display: block;
183 width: 18px;
184 height: 18px;
185 margin: -9px 2px 0 2px;
186}
187.ui-checkbox-off:after,
188.ui-btn.ui-radio-off:after {
189 filter: Alpha(Opacity=30);
190 opacity: .3;
191}
192.ui-btn.ui-checkbox-off:after,
193.ui-btn.ui-checkbox-on:after {
194 -webkit-border-radius: .1875em;
195 border-radius: .1875em;
196}
197.ui-btn.ui-checkbox-off:after {
198 background-color: #666;
199 background-color: rgba(0,0,0,.3);
200}
201.ui-radio .ui-btn.ui-radio-on:after {
202 background-image: none;
203 background-color: #fff;
204 width: 8px;
205 height: 8px;
206 border-width: 5px;
207 border-style: solid;
208}
209.ui-alt-icon.ui-btn.ui-radio-on:after,
210.ui-alt-icon .ui-btn.ui-radio-on:after {
211 background-color: #000;
212}
213/* Loader */
214.ui-icon-loading {
215 background: url("images/ajax-loader.gif");
216 background-size: 2.875em 2.875em;
217}
218/* Swatches */
219/* A
220-----------------------------------------------------------------------------------------------------------*/
221/* Bar: Toolbars, dividers, slider track */
222.ui-bar-a,
223.ui-page-theme-a .ui-bar-inherit,
224html .ui-bar-a .ui-bar-inherit,
225html .ui-body-a .ui-bar-inherit,
226html body .ui-group-theme-a .ui-bar-inherit {
227 background-color: #e9e9e9 /*{a-bar-background-color}*/;
228 border-color: #ddd /*{a-bar-border}*/;
229 color: #333 /*{a-bar-color}*/;
230 text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eee /*{a-bar-shadow-color}*/;
231 font-weight: bold;
232}
233.ui-bar-a {
234 border-width: 1px;
235 border-style: solid;
236}
237/* Page and overlay */
238.ui-overlay-a,
239.ui-page-theme-a,
240.ui-page-theme-a .ui-panel-wrapper {
241 background-color: #f9f9f9 /*{a-page-background-color}*/;
242 border-color: #bbb /*{a-page-border}*/;
243 color: #333 /*{a-page-color}*/;
244 text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
245}
246/* Body: Read-only lists, text inputs, collapsible content */
247.ui-body-a,
248.ui-page-theme-a .ui-body-inherit,
249html .ui-bar-a .ui-body-inherit,
250html .ui-body-a .ui-body-inherit,
251html body .ui-group-theme-a .ui-body-inherit,
252html .ui-panel-page-container-a {
253 background-color: #fff /*{a-body-background-color}*/;
254 border-color: #ddd /*{a-body-border}*/;
255 color: #333 /*{a-body-color}*/;
256 text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
257}
258.ui-body-a {
259 border-width: 1px;
260 border-style: solid;
261}
262/* Links */
263.ui-page-theme-a a,
264html .ui-bar-a a,
265html .ui-body-a a,
266html body .ui-group-theme-a a {
267 color: #3388cc /*{a-link-color}*/;
268 font-weight: bold;
269}
270.ui-page-theme-a a:visited,
271html .ui-bar-a a:visited,
272html .ui-body-a a:visited,
273html body .ui-group-theme-a a:visited {
274 color: #3388cc /*{a-link-visited}*/;
275}
276.ui-page-theme-a a:hover,
277html .ui-bar-a a:hover,
278html .ui-body-a a:hover,
279html body .ui-group-theme-a a:hover {
280 color: #005599 /*{a-link-hover}*/;
281}
282.ui-page-theme-a a:active,
283html .ui-bar-a a:active,
284html .ui-body-a a:active,
285html body .ui-group-theme-a a:active {
286 color: #005599 /*{a-link-active}*/;
287}
288/* Button up */
289.ui-page-theme-a .ui-btn,
290html .ui-bar-a .ui-btn,
291html .ui-body-a .ui-btn,
292html body .ui-group-theme-a .ui-btn,
293html head + body .ui-btn.ui-btn-a,
294/* Button visited */
295.ui-page-theme-a .ui-btn:visited,
296html .ui-bar-a .ui-btn:visited,
297html .ui-body-a .ui-btn:visited,
298html body .ui-group-theme-a .ui-btn:visited,
299html head + body .ui-btn.ui-btn-a:visited {
300 background-color: #f6f6f6 /*{a-bup-background-color}*/;
301 border-color: #ddd /*{a-bup-border}*/;
302 color: #333 /*{a-bup-color}*/;
303 text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
304}
305/* Button hover */
306.ui-page-theme-a .ui-btn:hover,
307html .ui-bar-a .ui-btn:hover,
308html .ui-body-a .ui-btn:hover,
309html body .ui-group-theme-a .ui-btn:hover,
310html head + body .ui-btn.ui-btn-a:hover {
311 background-color: #ededed /*{a-bhover-background-color}*/;
312 border-color: #ddd /*{a-bhover-border}*/;
313 color: #333 /*{a-bhover-color}*/;
314 text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
315}
316/* Button down */
317.ui-page-theme-a .ui-btn:active,
318html .ui-bar-a .ui-btn:active,
319html .ui-body-a .ui-btn:active,
320html body .ui-group-theme-a .ui-btn:active,
321html head + body .ui-btn.ui-btn-a:active {
322 background-color: #e8e8e8 /*{a-bdown-background-color}*/;
323 border-color: #ddd /*{a-bdown-border}*/;
324 color: #333 /*{a-bdown-color}*/;
325 text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
326}
327/* Active button */
328.ui-page-theme-a .ui-btn.ui-btn-active,
329html .ui-bar-a .ui-btn.ui-btn-active,
330html .ui-body-a .ui-btn.ui-btn-active,
331html body .ui-group-theme-a .ui-btn.ui-btn-active,
332html head + body .ui-btn.ui-btn-a.ui-btn-active,
333/* Active checkbox icon */
334.ui-page-theme-a .ui-checkbox-on:after,
335html .ui-bar-a .ui-checkbox-on:after,
336html .ui-body-a .ui-checkbox-on:after,
337html body .ui-group-theme-a .ui-checkbox-on:after,
338.ui-btn.ui-checkbox-on.ui-btn-a:after,
339/* Active flipswitch background */
340.ui-page-theme-a .ui-flipswitch-active,
341html .ui-bar-a .ui-flipswitch-active,
342html .ui-body-a .ui-flipswitch-active,
343html body .ui-group-theme-a .ui-flipswitch-active,
344html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
345/* Active slider track */
346.ui-page-theme-a .ui-slider-track .ui-btn-active,
347html .ui-bar-a .ui-slider-track .ui-btn-active,
348html .ui-body-a .ui-slider-track .ui-btn-active,
349html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
350html body div.ui-slider-track.ui-body-a .ui-btn-active {
351 background-color: #3388cc /*{a-active-background-color}*/;
352 border-color: #3388cc /*{a-active-border}*/;
353 color: #fff /*{a-active-color}*/;
354 text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
355}
356/* Active radio button icon */
357.ui-page-theme-a .ui-radio-on:after,
358html .ui-bar-a .ui-radio-on:after,
359html .ui-body-a .ui-radio-on:after,
360html body .ui-group-theme-a .ui-radio-on:after,
361.ui-btn.ui-radio-on.ui-btn-a:after {
362 border-color: #3388cc /*{a-active-background-color}*/;
363}
364/* Focus */
365.ui-page-theme-a .ui-btn:focus,
366html .ui-bar-a .ui-btn:focus,
367html .ui-body-a .ui-btn:focus,
368html body .ui-group-theme-a .ui-btn:focus,
369html head + body .ui-btn.ui-btn-a:focus,
370/* Focus buttons and text inputs with div wrap */
371.ui-page-theme-a .ui-focus,
372html .ui-bar-a .ui-focus,
373html .ui-body-a .ui-focus,
374html body .ui-group-theme-a .ui-focus,
375html head + body .ui-btn-a.ui-focus,
376html head + body .ui-body-a.ui-focus {
377 -webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
378 -moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
379 box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
380}
381/* B
382-----------------------------------------------------------------------------------------------------------*/
383/* Bar: Toolbars, dividers, slider track */
384.ui-bar-b,
385.ui-page-theme-b .ui-bar-inherit,
386html .ui-bar-b .ui-bar-inherit,
387html .ui-body-b .ui-bar-inherit,
388html body .ui-group-theme-b .ui-bar-inherit {
389 background-color: #1d1d1d /*{b-bar-background-color}*/;
390 border-color: #1b1b1b /*{b-bar-border}*/;
391 color: #fff /*{b-bar-color}*/;
392 text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #111 /*{b-bar-shadow-color}*/;
393 font-weight: bold;
394}
395.ui-bar-b {
396 border-width: 1px;
397 border-style: solid;
398}
399/* Page and overlay */
400.ui-overlay-b,
401.ui-page-theme-b,
402.ui-page-theme-b .ui-panel-wrapper {
403 background-color: #252525 /*{b-page-background-color}*/;
404 border-color: #454545 /*{b-page-border}*/;
405 color: #fff /*{b-page-color}*/;
406 text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #111 /*{b-page-shadow-color}*/;
407}
408/* Body: Read-only lists, text inputs, collapsible content */
409.ui-body-b,
410.ui-page-theme-b .ui-body-inherit,
411html .ui-bar-b .ui-body-inherit,
412html .ui-body-b .ui-body-inherit,
413html body .ui-group-theme-b .ui-body-inherit,
414html .ui-panel-page-container-b {
415 background-color: #2a2a2a /*{b-body-background-color}*/;
416 border-color: #1d1d1d /*{b-body-border}*/;
417 color: #fff /*{b-body-color}*/;
418 text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #111 /*{b-body-shadow-color}*/;
419}
420.ui-body-b {
421 border-width: 1px;
422 border-style: solid;
423}
424/* Links */
425.ui-page-theme-b a,
426html .ui-bar-b a,
427html .ui-body-b a,
428html body .ui-group-theme-b a {
429 color: #22aadd /*{b-link-color}*/;
430 font-weight: bold;
431}
432.ui-page-theme-b a:visited,
433html .ui-bar-b a:visited,
434html .ui-body-b a:visited,
435html body .ui-group-theme-b a:visited {
436 color: #22aadd /*{b-link-visited}*/;
437}
438.ui-page-theme-b a:hover,
439html .ui-bar-b a:hover,
440html .ui-body-b a:hover,
441html body .ui-group-theme-b a:hover {
442 color: #0088bb /*{b-link-hover}*/;
443}
444.ui-page-theme-b a:active,
445html .ui-bar-b a:active,
446html .ui-body-b a:active,
447html body .ui-group-theme-b a:active {
448 color: #0088bb /*{b-link-active}*/;
449}
450/* Button up */
451.ui-page-theme-b .ui-btn,
452html .ui-bar-b .ui-btn,
453html .ui-body-b .ui-btn,
454html body .ui-group-theme-b .ui-btn,
455html head + body .ui-btn.ui-btn-b,
456/* Button visited */
457.ui-page-theme-b .ui-btn:visited,
458html .ui-bar-b .ui-btn:visited,
459html .ui-body-b .ui-btn:visited,
460html body .ui-group-theme-b .ui-btn:visited,
461html head + body .ui-btn.ui-btn-b:visited {
462 background-color: #333 /*{b-bup-background-color}*/;
463 border-color: #1f1f1f /*{b-bup-border}*/;
464 color: #fff /*{b-bup-color}*/;
465 text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
466}
467/* Button hover */
468.ui-page-theme-b .ui-btn:hover,
469html .ui-bar-b .ui-btn:hover,
470html .ui-body-b .ui-btn:hover,
471html body .ui-group-theme-b .ui-btn:hover,
472html head + body .ui-btn.ui-btn-b:hover {
473 background-color: #373737 /*{b-bhover-background-color}*/;
474 border-color: #1f1f1f /*{b-bhover-border}*/;
475 color: #fff /*{b-bhover-color}*/;
476 text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #111 /*{b-bhover-shadow-color}*/;
477}
478/* Button down */
479.ui-page-theme-b .ui-btn:active,
480html .ui-bar-b .ui-btn:active,
481html .ui-body-b .ui-btn:active,
482html body .ui-group-theme-b .ui-btn:active,
483html head + body .ui-btn.ui-btn-b:active {
484 background-color: #404040 /*{b-bdown-background-color}*/;
485 border-color: #1f1f1f /*{b-bdown-border}*/;
486 color: #fff /*{b-bdown-color}*/;
487 text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #111 /*{b-bdown-shadow-color}*/;
488}
489/* Active button */
490.ui-page-theme-b .ui-btn.ui-btn-active,
491html .ui-bar-b .ui-btn.ui-btn-active,
492html .ui-body-b .ui-btn.ui-btn-active,
493html body .ui-group-theme-b .ui-btn.ui-btn-active,
494html head + body .ui-btn.ui-btn-b.ui-btn-active,
495/* Active checkbox icon */
496.ui-page-theme-b .ui-checkbox-on:after,
497html .ui-bar-b .ui-checkbox-on:after,
498html .ui-body-b .ui-checkbox-on:after,
499html body .ui-group-theme-b .ui-checkbox-on:after,
500.ui-btn.ui-checkbox-on.ui-btn-b:after,
501/* Active flipswitch background */
502.ui-page-theme-b .ui-flipswitch-active,
503html .ui-bar-b .ui-flipswitch-active,
504html .ui-body-b .ui-flipswitch-active,
505html body .ui-group-theme-b .ui-flipswitch-active,
506html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
507/* Active slider track */
508.ui-page-theme-b .ui-slider-track .ui-btn-active,
509html .ui-bar-b .ui-slider-track .ui-btn-active,
510html .ui-body-b .ui-slider-track .ui-btn-active,
511html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
512html body div.ui-slider-track.ui-body-b .ui-btn-active {
513 background-color: #22aadd /*{b-active-background-color}*/;
514 border-color: #22aadd /*{b-active-border}*/;
515 color: #fff /*{b-active-color}*/;
516 text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #0088bb /*{b-active-shadow-color}*/;
517}
518/* Active radio button icon */
519.ui-page-theme-b .ui-radio-on:after,
520html .ui-bar-b .ui-radio-on:after,
521html .ui-body-b .ui-radio-on:after,
522html body .ui-group-theme-b .ui-radio-on:after,
523.ui-btn.ui-radio-on.ui-btn-b:after {
524 border-color: #22aadd /*{b-active-background-color}*/;
525}
526/* Focus */
527.ui-page-theme-b .ui-btn:focus,
528html .ui-bar-b .ui-btn:focus,
529html .ui-body-b .ui-btn:focus,
530html body .ui-group-theme-b .ui-btn:focus,
531html head + body .ui-btn.ui-btn-b:focus,
532/* Focus buttons and text inputs with div wrap */
533.ui-page-theme-b .ui-focus,
534html .ui-bar-b .ui-focus,
535html .ui-body-b .ui-focus,
536html body .ui-group-theme-b .ui-focus,
537html head + body .ui-btn-b.ui-focus,
538html head + body .ui-body-b.ui-focus {
539 -webkit-box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
540 -moz-box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
541 box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
542}
543/* Structure */
544/* Disabled
545-----------------------------------------------------------------------------------------------------------*/
546/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
547.ui-disabled,
548.ui-state-disabled,
549button[disabled],
550.ui-select .ui-btn.ui-state-disabled {
551 filter: Alpha(Opacity=30);
552 opacity: .3;
553 cursor: default !important;
554 pointer-events: none;
555}
556/* Focus state outline
557-----------------------------------------------------------------------------------------------------------*/
558.ui-btn:focus,
559.ui-btn.ui-focus {
560 outline: 0;
561}
562/* Unset box-shadow in browsers that don't do it right */
563.ui-noboxshadow .ui-shadow,
564.ui-noboxshadow .ui-shadow-inset,
565.ui-noboxshadow .ui-overlay-shadow,
566.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
567.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
568.ui-noboxshadow .ui-focus,
569.ui-noboxshadow .ui-btn:focus,
570.ui-noboxshadow input:focus,
571.ui-noboxshadow .ui-panel {
572 -webkit-box-shadow: none !important;
573 -moz-box-shadow: none !important;
574 box-shadow: none !important;
575}
576.ui-noboxshadow .ui-btn:focus,
577.ui-noboxshadow .ui-focus {
578 outline-width: 1px;
579 outline-style: auto;
580}
Note: See TracBrowser for help on using the repository browser.