2016-03-11 00:48:53 +00:00
|
|
|
/**
|
|
|
|
* @class Global_CSS
|
|
|
|
*
|
|
|
|
* Global CSS variables and mixins of Sencha Touch.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {boolean} $include-html-style
|
|
|
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
2016-09-14 12:04:28 +00:00
|
|
|
* Styles are scoped to .x-html. Set t o false to reduce CSS weight.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {boolean} $include-default-icons
|
|
|
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
|
|
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
|
|
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
|
|
|
* and user. Set to false to reduce CSS weight.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {boolean} $include-form-sliders
|
|
|
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {boolean} $include-default-uis
|
|
|
|
* Decides whether or not to include the default UIs for all components.
|
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @var {color} $active-color
|
|
|
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $page-bg-color
|
|
|
|
* Background color for fullscreen components.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $global-row-height
|
|
|
|
* The minimum row height for items like toolbars.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $global-row-height
|
|
|
|
* The minimum row height for items like toolbars.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @var {color} $loading-spinner-color
|
|
|
|
* Background-color for the bars in the loading spinner.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* color styles
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $base-color
|
|
|
|
* The primary color variable from which most elements derive their color scheme.
|
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* Light theme
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Dark theme
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* Default values (light theme)
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* font sizes
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Ext.Button
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @var {boolean} $include-button-uis
|
|
|
|
* Optionally disable separate button UIs, including action, confirm, and decline.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @class Ext.field.Field
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @var {color} $form-field-bg-color
|
|
|
|
* Default background-color for form fields.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @var {measurement} $form-field-height
|
|
|
|
* Default height for form fields.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @class Ext.field.Slider
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* @var {measurement} $form-thumb-size
|
|
|
|
* Default size of "thumbs" for form sliders/toggles.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $form-slider-size
|
|
|
|
* Height of the slider "track."
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Ext.field.Toggle
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $form-toggle-size
|
|
|
|
* Thumb size minus padding for inset thumbs like in a Toggle element.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Ext.form.Panel
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $form-bg-color
|
|
|
|
* Default background-color for forms.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $form-light
|
|
|
|
* Light color for form fields, mostly used on field borders.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $form-dark
|
|
|
|
* Dark color for form fields, mostly used on labels/text.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $form-spacing
|
|
|
|
* Default spacing for form fields, used for padding, etc.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $form-label-width
|
|
|
|
* Default width for form labels.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $form-label-background-color
|
|
|
|
* The default background color for labels
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Ext.form.FieldSet
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $form-fieldset-radius
|
|
|
|
* Default border-radius for form fieldsets.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Ext.dataview.List
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $list-color
|
|
|
|
* Text color for list rows.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $list-bg-color
|
|
|
|
* Background-color for list rows.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {boolean} $list-zebrastripe
|
|
|
|
* Optionally zebra-stripe the list (alternating background colors).
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $list-pressed-color
|
|
|
|
* Background-color for pressed list rows.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $list-active-color
|
|
|
|
* Background-color for selected list rows.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {string} $list-active-gradient
|
|
|
|
* Gradient style for selected list rows.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $list-header-bg-color
|
|
|
|
* Background-color for list header rows (in grouped lists).
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {string} $list-header-gradient
|
|
|
|
* Gradient style for list header rows (in grouped lists).
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $list-disclosure-size
|
|
|
|
* Default size (width/height) for disclosure icons.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $list-disclosure-round-size
|
|
|
|
* Default size (width/height) for disclosure icons in a list with a `round` ui.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $list-round-padding
|
|
|
|
* Default padding for lists with a `round` ui.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $list-rounded-radius
|
|
|
|
* Default border-radius for items in rounded list
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Ext.picker.Picker
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $picker-row-height
|
|
|
|
* The height of each picker item
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $picker-active-border-color
|
|
|
|
* The height of each picker item
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {measurement} $picker-sheet-radius
|
|
|
|
* The border radius size for the picker sheet
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $picker-title-color
|
|
|
|
* The color for picker titles
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @var {color} $picker-title-bg-color
|
|
|
|
* The background color for picker titles
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Background noise recipe
|
|
|
|
*
|
|
|
|
* This recipe use a sass function to generate a .png file
|
|
|
|
*
|
|
|
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
|
|
|
* @link https://github.com/DanielRapp/Noisy
|
|
|
|
*
|
|
|
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
|
|
|
* @link https://gist.github.com/1021332
|
|
|
|
*
|
|
|
|
* Ported to a sass gem by Antti Salonen @antsa
|
|
|
|
* @link https://github.com/antsa/sassy_noise
|
|
|
|
*
|
|
|
|
* Mixin: background-noise
|
|
|
|
* Function: background_noise
|
|
|
|
*
|
|
|
|
* @author Daniel Rapp @DanielRapp
|
|
|
|
* @author Aaron Russell @aaronrussell
|
|
|
|
* @author Philipp Bosch @philippbosch
|
|
|
|
* @author Antti Salonen @antsa
|
|
|
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @class Gradients
|
|
|
|
* @author David Kaneda http://www.davidkaneda.com/
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Adds a background gradient into a specified selector.
|
|
|
|
*
|
|
|
|
* @include background-gradient(#444, 'glossy');
|
|
|
|
*
|
|
|
|
* You can also use color-stops if you want full control of the gradient:
|
|
|
|
*
|
|
|
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
|
|
|
*
|
|
|
|
* @param {color} $bg-color
|
|
|
|
* The base color of the gradient.
|
|
|
|
*
|
|
|
|
* @param {string/list} $type
|
|
|
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
|
|
|
*
|
|
|
|
* @include background-gradient(red, 'glossy');
|
|
|
|
*
|
|
|
|
* It can also accept a list of color-stop values:;
|
|
|
|
*
|
|
|
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
|
|
|
*
|
|
|
|
* @param {string} $direction
|
|
|
|
* The direction of the gradient.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Blueprint grid background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Background overlay inspired by Google Chrome modal overlay
|
|
|
|
*
|
|
|
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Striped background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Before compass 0.11.5, you need to add
|
|
|
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
|
|
|
* To your configuration (config.rb)
|
|
|
|
* @see https://github.com/chriseppstein/compass/issues/401
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#tartan
|
|
|
|
*
|
|
|
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
|
|
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Carbon Fiber background pattern
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Striped background patterns
|
|
|
|
*
|
|
|
|
* Before compass 0.11.5, you need to add
|
|
|
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
|
|
|
* To your configuration (config.rb)
|
|
|
|
* @see https://github.com/chriseppstein/compass/issues/401
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
|
|
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Cicada background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
|
|
|
*
|
|
|
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Tablecloth background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Lined paper background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
|
|
|
*
|
|
|
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Madras background pattern
|
|
|
|
*
|
|
|
|
* Before compass 0.11.5, you need to add
|
|
|
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
|
|
|
* To your configuration (config.rb)
|
|
|
|
* @see https://github.com/chriseppstein/compass/issues/401
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#madras
|
|
|
|
*
|
|
|
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Checkerboard background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
|
|
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Houndstooth background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
|
|
|
*
|
|
|
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Polkadot background pattern
|
|
|
|
*
|
|
|
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
|
|
|
*
|
|
|
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
|
|
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @class Color
|
|
|
|
* @author David Kaneda - http://www.davidkaneda.com
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Returns the brightness (out of 100) of a specified color.
|
|
|
|
* @todo explain why this is useful
|
|
|
|
* @param {color} $color The color you want the brightness value of
|
|
|
|
* @return {measurement}
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Returns the luminosity for a specified color
|
|
|
|
* @param {color} The color to check
|
|
|
|
* @return {measurement}
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Returns the contrast ratio between two colors
|
|
|
|
* @param {color1} The color to check
|
|
|
|
* @return {measurement}
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Colors the text of an element based on lightness of its background.
|
|
|
|
*
|
|
|
|
* .my-element {
|
|
|
|
* @include color-by-background(#fff); // Colors text black.
|
|
|
|
* }
|
|
|
|
*
|
|
|
|
* .my-element {
|
|
|
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
|
|
|
* }
|
|
|
|
*
|
|
|
|
* @param {color} $bg-color Background color of element.
|
|
|
|
* @param {percent} $contrast Contrast of text color to its background.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @class Global_CSS
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Adds basic styles to :before or :after pseudo-elements.
|
|
|
|
*
|
|
|
|
* .my-element:after {
|
|
|
|
* @include insertion(50px, 50px);
|
|
|
|
* }
|
|
|
|
*
|
|
|
|
* @param {measurement} $width Height of pseudo-element.
|
|
|
|
* @param {measurement} $height Height of pseudo-element.
|
|
|
|
* @param {measurement} $top Top positioning of pseudo-element.
|
|
|
|
* @param {measurement} $left Left positioning of pseudo-element.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* Makes the element text overflow to use ellipsis.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
|
|
|
/**
|
2016-09-14 12:04:28 +00:00
|
|
|
* Includes an icon to be used on Button or Tab components. The $name is the name of the icon, or the character
|
|
|
|
* of the font being used.
|
2016-03-11 00:48:53 +00:00
|
|
|
*
|
2016-09-14 12:04:28 +00:00
|
|
|
* @include icon('attachment');
|
2016-03-11 00:48:53 +00:00
|
|
|
*
|
2016-09-14 12:04:28 +00:00
|
|
|
* @param {string} $name The name of the icon to be included. This is then usable as the iconCls in your app.
|
|
|
|
* @param {string} $character The character
|
|
|
|
* @param {string} $font-family The `font-family` used for this icon. Defaults to the `Pictos` font.
|
2016-03-11 00:48:53 +00:00
|
|
|
*/
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 2, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Abstract.scss */
|
|
|
|
html,
|
|
|
|
body {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
2016-09-14 12:04:28 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Abstract.scss */
|
|
|
|
.x-fullscreen {
|
|
|
|
position: absolute !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Abstract.scss */
|
|
|
|
.x-body {
|
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Abstract.scss */
|
|
|
|
.x-inner,
|
|
|
|
.x-body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Abstract.scss */
|
|
|
|
.x-sized {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 27, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Abstract.scss */
|
|
|
|
.x-innerhtml {
|
|
|
|
width: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.layout.Box
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-horizontal {
|
|
|
|
-webkit-box-orient: horizontal !important;
|
|
|
|
-ms-flex-direction: row !important;
|
|
|
|
flex-direction: row !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 11, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-horizontal > .x-layout-box-item.x-flexed {
|
|
|
|
min-width: 0 !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-vertical {
|
|
|
|
-webkit-box-orient: vertical !important;
|
|
|
|
-ms-flex-direction: column !important;
|
|
|
|
flex-direction: column !important;
|
|
|
|
}
|
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-vertical > .x-layout-box-item.x-flexed {
|
|
|
|
min-height: 0 !important;
|
|
|
|
}
|
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box > .x-layout-box-item {
|
|
|
|
display: -webkit-box !important;
|
|
|
|
display: -ms-flexbox !important;
|
|
|
|
display: flex !important;
|
|
|
|
}
|
|
|
|
/* line 28, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-align-start {
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
/* line 32, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-align-center {
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
/* line 36, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-align-end {
|
|
|
|
-webkit-box-align: end;
|
|
|
|
-ms-flex-align: end;
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-align-stretch {
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
/* line 44, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-pack-start {
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
/* line 48, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-pack-center {
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
/* line 52, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-pack-end {
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
/* line 56, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box.x-pack-justify {
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 62, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-layout-box-item.x-sized > .x-inner, .x-layout-box-item.x-sized > .x-body, .x-layout-box-item.x-sized > .x-dock-outer {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 71, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-webkit .x-layout-box.x-horizontal > .x-layout-box-item.x-flexed {
|
|
|
|
width: 0 !important;
|
|
|
|
}
|
|
|
|
/* line 75, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-webkit .x-layout-box.x-vertical > .x-layout-box-item.x-flexed {
|
|
|
|
height: 0 !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 84, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-firefox .x-stretched.x-dock-horizontal > .x-dock-body {
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
/* line 90, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-firefox .x-stretched.x-dock-vertical > .x-dock-body {
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
/* line 98, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-firefox .x-container .x-dock-horizontal.x-unsized .x-dock-body {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 0px;
|
|
|
|
flex: 1 0 0px;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
/* line 107, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Box.scss */
|
|
|
|
.x-firefox .x-has-height > .x-dock.x-unsized.x-dock-vertical > .x-dock-body {
|
|
|
|
height: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.layout.Card
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Card.scss */
|
|
|
|
.x-layout-card {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 10, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Card.scss */
|
|
|
|
.x-layout-card-perspective {
|
|
|
|
-webkit-perspective: 1000px;
|
|
|
|
-ms-perspective: 1000px;
|
|
|
|
perspective: 1000px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Card.scss */
|
|
|
|
.x-layout-card-item-container {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
right: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
bottom: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Card.scss */
|
|
|
|
.x-layout-card-item {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
right: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.layout.Dock
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock {
|
2016-03-11 00:48:53 +00:00
|
|
|
display: -webkit-box;
|
2016-09-14 12:04:28 +00:00
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock > .x-dock-body {
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 13, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-sized, .x-dock.x-sized > .x-dock-body > *, .x-dock.x-sized > .x-dock-body > .x-body > .x-inner {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-sized > .x-dock-body {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
2016-09-14 12:04:28 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 26, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-unsized, .x-dock.x-stretched {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
/* line 29, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-unsized > .x-dock-body, .x-dock.x-stretched > .x-dock-body {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
display: -webkit-box;
|
2016-09-14 12:04:28 +00:00
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-box-orient: vertical;
|
2016-09-14 12:04:28 +00:00
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 37, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-unsized > .x-dock-body > *, .x-dock.x-stretched > .x-dock-body > * {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-dock-vertical {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-dock-horizontal {
|
|
|
|
-webkit-box-orient: horizontal !important;
|
|
|
|
-ms-flex-direction: row !important;
|
|
|
|
flex-direction: row !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 52, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-dock-horizontal > .x-dock-item {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
/* line 56, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-dock-horizontal > .x-dock-item.x-sized > .x-inner, .x-dock.x-dock-horizontal > .x-dock-item.x-sized > .x-body {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 61, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-dock-horizontal > .x-dock-item.x-unsized {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 64, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-dock.x-dock-horizontal > .x-dock-item.x-unsized > * {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 79, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-ie .x-stretched.x-dock-horizontal > .x-dock-body {
|
|
|
|
width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 85, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-ie .x-stretched.x-dock-vertical > .x-dock-body {
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
/* line 92, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-ie .x-has-width > .x-dock.x-unsized.x-dock-horizontal > .x-dock-body {
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
/* line 98, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Dock.scss */
|
|
|
|
.x-ie .x-has-height > .x-dock.x-unsized.x-dock-vertical > .x-dock-body {
|
|
|
|
height: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.layout.Fit
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-stretched.x-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
/* line 10, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-stretched.x-container > .x-inner, .x-stretched.x-container > .x-body,
|
|
|
|
.x-stretched.x-container > .x-body > .x-inner {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 0px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-layout-fit.x-stretched > .x-layout-fit-item {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 25, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-layout-fit {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-layout-fit-item.x-sized {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 34, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-layout-fit-item.x-unsized {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Fit.scss */
|
|
|
|
.x-ie .x-stretched > .x-inner,
|
|
|
|
.x-ie .x-stretched > .x-body {
|
|
|
|
min-height: inherit;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.layout.Float
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-center,
|
|
|
|
.x-centered {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-center > *,
|
|
|
|
.x-centered > * {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-center > .x-floating,
|
|
|
|
.x-centered > .x-floating {
|
|
|
|
position: relative !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 21, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-floating {
|
|
|
|
position: absolute !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 25, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-layout-float {
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 28, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-layout-float > .x-layout-float-item {
|
2016-03-11 00:48:53 +00:00
|
|
|
float: left;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/layout/_Float.scss */
|
|
|
|
.x-layout-float.x-direction-right > .x-layout-float-item {
|
2016-03-11 00:48:53 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.util.PaintMonitor
|
|
|
|
*/
|
|
|
|
@-webkit-keyframes x-paint-monitor-helper {
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
from {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 9, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
to {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
@keyframes x-paint-monitor-helper {
|
|
|
|
/* line 15, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
from {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
to {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
.x-paint-monitored {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 27, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
.x-paint-monitor {
|
|
|
|
width: 0 !important;
|
|
|
|
height: 0 !important;
|
|
|
|
visibility: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 32, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
.x-paint-monitor.cssanimation {
|
|
|
|
-webkit-animation-duration: 0.0001ms;
|
|
|
|
-webkit-animation-name: x-paint-monitor-helper;
|
|
|
|
animation-duration: 0.0001ms;
|
|
|
|
animation-name: x-paint-monitor-helper;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 39, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
.x-paint-monitor.overflowchange {
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 42, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_PaintMonitor.scss */
|
|
|
|
.x-paint-monitor.overflowchange::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 1px !important;
|
|
|
|
height: 1px !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.util.SizeMonitor
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitored {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 9, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitors {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
visibility: hidden;
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitors > * {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 25, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitors.scroll > *.shrink::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 200%;
|
|
|
|
height: 200%;
|
|
|
|
min-width: 1px;
|
|
|
|
min-height: 1px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 34, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitors.scroll > *.expand::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 100000px;
|
|
|
|
height: 100000px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 44, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitors.overflowchanged > *.shrink > * {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 51, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-monitors.overflowchanged > *.expand > * {
|
|
|
|
width: 200%;
|
|
|
|
height: 200%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 59, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-change-detector {
|
|
|
|
visibility: hidden;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: -1;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 70, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-change-detector > * {
|
|
|
|
visibility: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 74, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-change-detector-shrink > * {
|
|
|
|
width: 200%;
|
|
|
|
height: 200%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 79, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_SizeMonitor.scss */
|
|
|
|
.x-size-change-detector-expand > * {
|
|
|
|
width: 100000px;
|
|
|
|
height: 100000px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.util.Translatable
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_Translatable.scss */
|
|
|
|
.x-translatable {
|
|
|
|
position: absolute !important;
|
|
|
|
top: 500000px !important;
|
|
|
|
left: 500000px !important;
|
|
|
|
overflow: visible !important;
|
|
|
|
z-index: 1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 13, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_Translatable.scss */
|
|
|
|
.x-translatable-hboxfix {
|
|
|
|
position: absolute;
|
|
|
|
min-width: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_Translatable.scss */
|
|
|
|
.x-translatable-hboxfix > .x-translatable {
|
|
|
|
position: relative !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_Translatable.scss */
|
|
|
|
.x-translatable-container {
|
|
|
|
overflow: hidden;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 28, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/util/_Translatable.scss */
|
|
|
|
.x-translatable-container::before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 1000000px;
|
|
|
|
height: 1000000px;
|
|
|
|
visibility: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.Button
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-button {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-button .x-button-icon {
|
|
|
|
position: relative;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 22, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-button .x-button-icon.x-shown {
|
|
|
|
display: block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 26, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-button .x-button-icon.x-hidden {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-iconalign-left,
|
|
|
|
.x-icon-align-right {
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 38, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-iconalign-top,
|
|
|
|
.x-iconalign-bottom {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 43, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-iconalign-bottom,
|
|
|
|
.x-iconalign-right {
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
-ms-flex-direction: row-reverse;
|
|
|
|
flex-direction: row-reverse;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 47, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-iconalign-center {
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 52, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-button-label, .x-badge {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 62, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Button.scss */
|
|
|
|
.x-badge {
|
|
|
|
background-color: #ccc;
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
z-index: 2;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute !important;
|
2016-09-14 12:04:28 +00:00
|
|
|
width: auto;
|
|
|
|
font-size: .6em;
|
2016-03-11 00:48:53 +00:00
|
|
|
right: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
max-width: 95%;
|
|
|
|
display: inline-block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
html, body {
|
|
|
|
font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
-webkit-text-size-adjust: none;
|
|
|
|
margin: 0;
|
|
|
|
cursor: default;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
|
|
|
|
h4, h5, h6, pre, code, form, fieldset, legend,
|
|
|
|
input, textarea, p, blockquote, th, td {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 22, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
fieldset, img {
|
|
|
|
border: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 26, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
address, caption, cite, code, dfn, em, strong, th, var {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 31, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
li {
|
|
|
|
list-style: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 35, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
caption, th {
|
|
|
|
text-align: left;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 39, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
q:before,
|
|
|
|
q:after {
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
abbr, acronym {
|
|
|
|
border: 0;
|
|
|
|
font-variant: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
sup {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 58, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
sub {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 62, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
input, textarea, select {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 68, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
*:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 72, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
body.x-desktop {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-ms-viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 80, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
*, *:after, *:before {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-ms-touch-action: none;
|
|
|
|
-moz-user-select: -moz-none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 91, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
input, textarea {
|
|
|
|
-webkit-user-select: text;
|
|
|
|
-ms-user-select: auto;
|
|
|
|
-moz-user-select: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 97, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
.x-hidden-visibility {
|
|
|
|
visibility: hidden !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 101, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
.x-hidden-display, .x-field-hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 105, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
.x-hidden-offsets {
|
|
|
|
position: absolute !important;
|
|
|
|
left: -10000em;
|
|
|
|
top: -10000em;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 112, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
.x-html {
|
|
|
|
-webkit-user-select: auto;
|
|
|
|
-webkit-touch-callout: inherit;
|
|
|
|
-ms-user-select: auto;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #333;
|
|
|
|
font-size: .8em;
|
|
|
|
padding: 1.2em;
|
|
|
|
}
|
|
|
|
/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html body {
|
|
|
|
line-height: 1.5;
|
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
color: #333333;
|
|
|
|
font-size: 75%;
|
|
|
|
}
|
|
|
|
/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h1, .x-html h2, .x-html h3, .x-html h4, .x-html h5, .x-html h6 {
|
|
|
|
font-weight: normal;
|
|
|
|
color: #222222;
|
|
|
|
}
|
|
|
|
/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h1 img, .x-html h2 img, .x-html h3 img, .x-html h4 img, .x-html h5 img, .x-html h6 img {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h1 {
|
|
|
|
font-size: 3em;
|
|
|
|
line-height: 1;
|
|
|
|
margin-bottom: 0.50em;
|
|
|
|
}
|
|
|
|
/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h2 {
|
|
|
|
font-size: 2em;
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h3 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
line-height: 1;
|
|
|
|
margin-bottom: 1.00em;
|
|
|
|
}
|
|
|
|
/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h4 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.25;
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
}
|
|
|
|
/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h5 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 1.50em;
|
|
|
|
}
|
|
|
|
/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html h6 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html p {
|
|
|
|
margin: 0 0 1.5em;
|
|
|
|
}
|
|
|
|
/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html p .left {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin: 1.5em 1.5em 1.5em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html p .right {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
margin: 1.5em 0 1.5em 1.5em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html a {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #0066cc;
|
|
|
|
}
|
|
|
|
/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
|
|
|
.x-html a:visited {
|
|
|
|
color: #004c99;
|
|
|
|
}
|
|
|
|
/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
|
|
|
.x-html a:focus {
|
|
|
|
color: #0099ff;
|
|
|
|
}
|
|
|
|
/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
|
|
|
.x-html a:hover {
|
|
|
|
color: #0099ff;
|
|
|
|
}
|
|
|
|
/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
|
|
|
.x-html a:active {
|
|
|
|
color: #bf00ff;
|
|
|
|
}
|
|
|
|
/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html blockquote {
|
|
|
|
margin: 1.5em;
|
|
|
|
color: #666666;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html strong, .x-html dfn {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html em, .x-html dfn {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html sup, .x-html sub {
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html abbr, .x-html acronym {
|
|
|
|
border-bottom: 1px dotted #666666;
|
|
|
|
}
|
|
|
|
/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html address {
|
|
|
|
margin: 0 0 1.5em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html del {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html pre {
|
|
|
|
margin: 1.5em 0;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html pre, .x-html code, .x-html tt {
|
|
|
|
font: 1em "andale mono", "lucida console", monospace;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html li ul, .x-html li ol {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html ul, .x-html ol {
|
|
|
|
margin: 0 1.5em 1.5em 0;
|
|
|
|
padding-left: 1.5em;
|
|
|
|
}
|
|
|
|
/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
}
|
|
|
|
/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html ol {
|
|
|
|
list-style-type: decimal;
|
|
|
|
}
|
|
|
|
/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html dl {
|
|
|
|
margin: 0 0 1.5em 0;
|
|
|
|
}
|
|
|
|
/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html dl dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html dd {
|
|
|
|
margin-left: 1.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html table {
|
|
|
|
margin-bottom: 1.4em;
|
|
|
|
width: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html th {
|
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html thead th {
|
|
|
|
background: #c3d9ff;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html th, .x-html td, .x-html caption {
|
|
|
|
padding: 4px 10px 4px 5px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html table.striped tr:nth-child(even) td,
|
|
|
|
.x-html table tr.even td {
|
|
|
|
background: #e5ecf9;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html tfoot {
|
|
|
|
font-style: italic;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html caption {
|
|
|
|
background: #eeeeee;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html .quiet {
|
|
|
|
color: #666666;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
|
|
|
.x-html .loud {
|
|
|
|
color: #111111;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 124, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
.x-html ul li {
|
|
|
|
list-style-type: circle;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 127, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
.x-html ol li {
|
|
|
|
list-style-type: decimal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
@-webkit-keyframes x-loading-spinner-rotate {
|
|
|
|
/* line 133, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 134, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
8.32% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 136, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
8.33% {
|
|
|
|
-webkit-transform: rotate(30deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 137, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
16.65% {
|
|
|
|
-webkit-transform: rotate(30deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 139, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
16.66% {
|
|
|
|
-webkit-transform: rotate(60deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 140, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
24.99% {
|
|
|
|
-webkit-transform: rotate(60deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 142, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
25% {
|
|
|
|
-webkit-transform: rotate(90deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 143, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
33.32% {
|
|
|
|
-webkit-transform: rotate(90deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 145, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
33.33% {
|
|
|
|
-webkit-transform: rotate(120deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 146, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
41.65% {
|
|
|
|
-webkit-transform: rotate(120deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 148, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
41.66% {
|
|
|
|
-webkit-transform: rotate(150deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 149, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
49.99% {
|
|
|
|
-webkit-transform: rotate(150deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 151, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
50% {
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 152, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
58.32% {
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 154, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
58.33% {
|
|
|
|
-webkit-transform: rotate(210deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 155, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
66.65% {
|
|
|
|
-webkit-transform: rotate(210deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 157, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
66.66% {
|
|
|
|
-webkit-transform: rotate(240deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 158, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
74.99% {
|
|
|
|
-webkit-transform: rotate(240deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 160, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
75% {
|
|
|
|
-webkit-transform: rotate(270deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 161, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
83.32% {
|
|
|
|
-webkit-transform: rotate(270deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 163, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
83.33% {
|
|
|
|
-webkit-transform: rotate(300deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 164, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
91.65% {
|
|
|
|
-webkit-transform: rotate(300deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 166, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
91.66% {
|
|
|
|
-webkit-transform: rotate(330deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 167, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(330deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
@keyframes x-loading-spinner-rotate {
|
|
|
|
/* line 171, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
0% {
|
|
|
|
-ms-transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 172, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
8.32% {
|
|
|
|
-ms-transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 174, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
8.33% {
|
|
|
|
-ms-transform: rotate(30deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 175, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
16.65% {
|
|
|
|
-ms-transform: rotate(30deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 177, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
16.66% {
|
|
|
|
-ms-transform: rotate(60deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 178, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
24.99% {
|
|
|
|
-ms-transform: rotate(60deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 180, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
25% {
|
|
|
|
-ms-transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 181, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
33.32% {
|
|
|
|
-ms-transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 183, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
33.33% {
|
|
|
|
-ms-transform: rotate(120deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 184, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
41.65% {
|
|
|
|
-ms-transform: rotate(120deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 186, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
41.66% {
|
|
|
|
-ms-transform: rotate(150deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 187, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
49.99% {
|
|
|
|
-ms-transform: rotate(150deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 189, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
50% {
|
|
|
|
-ms-transform: rotate(180deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 190, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
58.32% {
|
|
|
|
-ms-transform: rotate(180deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 192, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
58.33% {
|
|
|
|
-ms-transform: rotate(210deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 193, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
66.65% {
|
|
|
|
-ms-transform: rotate(210deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 195, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
66.66% {
|
|
|
|
-ms-transform: rotate(240deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 196, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
74.99% {
|
|
|
|
-ms-transform: rotate(240deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 198, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
75% {
|
|
|
|
-ms-transform: rotate(270deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 199, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
83.32% {
|
|
|
|
-ms-transform: rotate(270deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 201, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
83.33% {
|
|
|
|
-ms-transform: rotate(300deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 202, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
91.65% {
|
|
|
|
-ms-transform: rotate(300deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 204, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
91.66% {
|
|
|
|
-ms-transform: rotate(330deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 205, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Class.scss */
|
|
|
|
100% {
|
|
|
|
-ms-transform: rotate(330deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Pictos";
|
|
|
|
src: url('data:application/x-font-woff;base64,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
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 304, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon:before,
|
|
|
|
.x-button .x-button-icon:before {
|
|
|
|
font-family: "Pictos";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Img
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Img.scss */
|
|
|
|
.x-img.x-img-image {
|
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 9, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Img.scss */
|
|
|
|
.x-img.x-img-image img {
|
|
|
|
width: auto;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 15, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Img.scss */
|
|
|
|
.x-img.x-img-background {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: auto 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Map
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Map.scss */
|
|
|
|
.x-map {
|
|
|
|
background-color: #edeae2;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Map.scss */
|
|
|
|
.x-map * {
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Map.scss */
|
|
|
|
.x-mask-map {
|
|
|
|
background: transparent !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Map.scss */
|
|
|
|
.x-map-container {
|
|
|
|
position: absolute !important;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Mask
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask {
|
|
|
|
min-width: 8.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
right: 0;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 10;
|
2016-03-11 00:48:53 +00:00
|
|
|
display: -webkit-box;
|
2016-09-14 12:04:28 +00:00
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-box-pack: center;
|
2016-09-14 12:04:28 +00:00
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
background: rgba(0, 0, 0, 0.3) center center no-repeat;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 22, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-mask-gray {
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 26, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-mask-transparent {
|
|
|
|
background-color: transparent;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask .x-mask-inner {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
2016-09-14 12:04:28 +00:00
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
color: #fff;
|
2016-03-11 00:48:53 +00:00
|
|
|
text-align: center;
|
2016-09-14 12:04:28 +00:00
|
|
|
padding: .4em;
|
|
|
|
font-size: .95em;
|
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask .x-loading-spinner-outer {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
min-width: 8em;
|
|
|
|
height: 8em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 51, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-indicator-hidden .x-mask-inner {
|
|
|
|
padding-bottom: 0 !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-indicator-hidden .x-loading-spinner-outer {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 58, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-indicator-hidden .x-mask-message {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
2016-09-14 12:04:28 +00:00
|
|
|
bottom: .25em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 64, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask .x-mask-message {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1.7em;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
max-width: 13em;
|
|
|
|
min-width: 8em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 73, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-has-message .x-mask-inner {
|
|
|
|
padding-bottom: 2em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 77, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-mask.x-has-message .x-loading-spinner-outer {
|
|
|
|
height: 7.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 93, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Mask.scss */
|
|
|
|
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-mask) .x-input-el,
|
|
|
|
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-panel) .x-input-el,
|
|
|
|
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-floating) .x-input-el,
|
|
|
|
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-center) .x-input-el,
|
|
|
|
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-msgbox) .x-input-el, .x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-mask) .x-input-el,
|
|
|
|
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-panel) .x-input-el,
|
|
|
|
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-floating) .x-input-el,
|
|
|
|
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-center) .x-input-el,
|
|
|
|
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-msgbox) .x-input-el {
|
|
|
|
visibility: collapse;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Media
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Media.scss */
|
|
|
|
.x-video {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #000;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 11, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Media.scss */
|
|
|
|
.x-video > * {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Media.scss */
|
|
|
|
.x-video-ghost {
|
|
|
|
-webkit-background-size: 100% auto;
|
|
|
|
background: black url() center center no-repeat;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 22, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Media.scss */
|
|
|
|
audio {
|
|
|
|
width: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.MessageBox
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-msgbox {
|
|
|
|
min-width: 15em;
|
|
|
|
max-width: 20em;
|
|
|
|
max-height: 90%;
|
|
|
|
margin: 6px;
|
|
|
|
border: 1px solid #cccccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-docking-vertical {
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-toolbar.x-docked-top {
|
|
|
|
border-bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-toolbar.x-docked-bottom {
|
|
|
|
border-top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-ie .x-msgbox .x-dock.x-dock-horizontal.x-unsized > .x-dock-body {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 0px;
|
|
|
|
flex: 1 0 0px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-msgbox-text {
|
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_MessageBox.scss */
|
|
|
|
.x-msgbox-buttons .x-button {
|
|
|
|
min-width: 4.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Panel
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Panel.scss */
|
|
|
|
.x-panel,
|
|
|
|
.x-msgbox {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Panel.scss */
|
|
|
|
.x-panel.x-floating,
|
|
|
|
.x-msgbox,
|
|
|
|
.x-form.x-floating {
|
|
|
|
padding: 6px;
|
|
|
|
background-color: #ccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Panel.scss */
|
|
|
|
.x-panel.x-floating .x-panel-inner,
|
|
|
|
.x-panel.x-floating > .x-body,
|
|
|
|
.x-msgbox .x-panel-inner,
|
|
|
|
.x-msgbox > .x-body,
|
|
|
|
.x-form.x-floating .x-panel-inner,
|
|
|
|
.x-form.x-floating > .x-body {
|
|
|
|
z-index: 1;
|
|
|
|
background-color: #fff;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 25, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Panel.scss */
|
|
|
|
.x-panel.x-floating > .x-dock,
|
|
|
|
.x-msgbox > .x-dock,
|
|
|
|
.x-form.x-floating > .x-dock {
|
|
|
|
z-index: 1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 31, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Panel.scss */
|
|
|
|
.x-panel.x-floating > .x-dock.x-sized,
|
|
|
|
.x-msgbox > .x-dock.x-sized,
|
|
|
|
.x-form.x-floating > .x-dock.x-sized {
|
|
|
|
margin: 6px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Sheet
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Sheet.scss */
|
|
|
|
.x-sheet,
|
|
|
|
.x-sheet-action {
|
|
|
|
height: auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.Toolbar
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-toolbar {
|
|
|
|
position: relative;
|
2016-09-14 12:04:28 +00:00
|
|
|
background-color: #eee;
|
|
|
|
min-height: 2.6em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 10, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-toolbar.x-docked-top {
|
2016-09-14 12:04:28 +00:00
|
|
|
border-bottom: 1px solid;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-toolbar.x-docked-bottom {
|
2016-09-14 12:04:28 +00:00
|
|
|
border-top: 1px solid;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-toolbar.x-docked-left {
|
2016-09-14 12:04:28 +00:00
|
|
|
width: 50px;
|
2016-03-11 00:48:53 +00:00
|
|
|
height: auto;
|
2016-09-14 12:04:28 +00:00
|
|
|
border-right: 1px solid;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-toolbar.x-docked-right {
|
2016-09-14 12:04:28 +00:00
|
|
|
width: 50px;
|
2016-03-11 00:48:53 +00:00
|
|
|
height: auto;
|
2016-09-14 12:04:28 +00:00
|
|
|
border-left: 1px solid;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 31, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-title {
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 38, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-title .x-innerhtml {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 44, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
|
|
|
.x-navigation-bar .x-container {
|
|
|
|
overflow: visible;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 51, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-inner .x-field .x-component-outer {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 57, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/_Toolbar.scss */
|
|
|
|
.x-ie .x-toolbar-inner {
|
|
|
|
height: 100% !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-inner {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 7, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-item,
|
|
|
|
.x-carousel-item > * {
|
|
|
|
position: absolute !important;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 13, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-indicator {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-indicator span {
|
|
|
|
display: block;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin: 3px;
|
|
|
|
background-color: #eee;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 27, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-indicator span.x-carousel-indicator-active {
|
|
|
|
background-color: #ccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-indicator-horizontal {
|
|
|
|
width: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 37, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/carousel/_Carousel.scss */
|
|
|
|
.x-carousel-indicator-vertical {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-android-3 .x-surface-wrap, .x-android-3 .x-surface-wrap > * {
|
|
|
|
-webkit-perspective: 1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-draw-component {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 7, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-draw-component .x-inner {
|
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-surface {
|
|
|
|
position: absolute;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-watermark {
|
|
|
|
opacity: 0.5;
|
|
|
|
z-index: 9;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
color: white;
|
|
|
|
padding: 4px 6px;
|
|
|
|
font-family: "Helvetica";
|
|
|
|
font-size: 12px;
|
|
|
|
position: absolute;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
white-space: nowrap;
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 43, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend .x-legend-inner .x-legend-container {
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-ms-border-radius: 5px;
|
|
|
|
-o-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
background: white;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 53, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend .x-legend-inner .x-legend-container .x-legend-item {
|
|
|
|
padding: 0.8em 1em 0.8em 1.8em;
|
|
|
|
color: #333333;
|
|
|
|
background: rgba(255, 255, 255, 0);
|
|
|
|
max-width: 20em;
|
|
|
|
min-width: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
white-space: nowrap;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 65, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend .x-legend-inner .x-legend-container .x-legend-item .x-legend-inactive {
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
/* line 69, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend .x-legend-inner .x-legend-container .x-legend-item .x-legend-item-marker {
|
|
|
|
position: absolute;
|
|
|
|
width: 0.8em;
|
|
|
|
height: 0.8em;
|
|
|
|
-webkit-border-radius: 0.4em;
|
|
|
|
-moz-border-radius: 0.4em;
|
|
|
|
-ms-border-radius: 0.4em;
|
|
|
|
-o-border-radius: 0.4em;
|
|
|
|
border-radius: 0.4em;
|
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
|
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
|
|
|
|
box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0 inset;
|
|
|
|
left: .7em;
|
|
|
|
top: 1em;
|
|
|
|
}
|
|
|
|
/* line 83, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend.x-docked-top .x-legend-item, .x-legend.x-docked-bottom .x-legend-item {
|
|
|
|
border-right: 1px solid rgba(204, 204, 204, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 85, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend.x-docked-top .x-legend-item:last-child, .x-legend.x-docked-bottom .x-legend-item:last-child {
|
|
|
|
border-right: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 92, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-legend.x-docked-left .x-legend-inner, .x-legend.x-docked-right .x-legend-inner {
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-box-pack: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 100, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9;
|
2016-03-11 00:48:53 +00:00
|
|
|
display: -webkit-box;
|
2016-09-14 12:04:28 +00:00
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-box;
|
2016-03-11 00:48:53 +00:00
|
|
|
display: box;
|
2016-09-14 12:04:28 +00:00
|
|
|
padding: .6em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 106, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar .x-button {
|
|
|
|
margin: .2em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 110, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar[data-side=left], .x-chart-toolbar[data-side=right] {
|
|
|
|
top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-box-orient: vertical;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-ms-box-orient: vertical;
|
2016-03-11 00:48:53 +00:00
|
|
|
box-orient: vertical;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 115, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar[data-side=left] {
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 119, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar[data-side=right] {
|
|
|
|
right: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 123, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar[data-side=top], .x-chart-toolbar[data-side=bottom] {
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-ms-box-orient: horizontal;
|
|
|
|
box-orient: horizontal;
|
|
|
|
right: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 128, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar[data-side=top] {
|
|
|
|
top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 132, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/chart/_AbstractChart.scss */
|
|
|
|
.x-chart-toolbar[data-side=bottom] {
|
|
|
|
bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-box-orient: horizontal;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-box-orient: horizontal;
|
|
|
|
-ms-box-orient: horizontal;
|
2016-03-11 00:48:53 +00:00
|
|
|
box-orient: horizontal;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.list:before,
|
|
|
|
.x-button .x-button-icon.list:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "l";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.expand:before,
|
|
|
|
.x-button .x-button-icon.expand:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
text-align: center;
|
2016-09-14 12:04:28 +00:00
|
|
|
font-family: "Pictos";
|
|
|
|
content: "`";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 2, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_DataView.scss */
|
|
|
|
.x-dataview-inlineblock .x-dataview-item, .x-dataview-inlineblock .x-data-item {
|
|
|
|
display: inline-block !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_DataView.scss */
|
|
|
|
.x-dataview-nowrap .x-dataview-container {
|
|
|
|
white-space: nowrap !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_DataView.scss */
|
|
|
|
.x-dataview-nowrap .x-container.x-dataview {
|
|
|
|
white-space: nowrap !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 4, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-scroll-scroller {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list .x-list-inner {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list.x-list-indexed .x-list-disclosure {
|
2016-09-14 12:04:28 +00:00
|
|
|
margin-right: 50px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list .x-item-selected .x-list-disclosure {
|
2016-09-14 12:04:28 +00:00
|
|
|
background-color: #fff;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list .x-list-scrolldock-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list .x-list-item {
|
|
|
|
position: absolute !important;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 32, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-item-pressed.x-list-item-tpl,
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list .x-list-item.x-item-pressed .x-dock-horizontal {
|
2016-09-14 12:04:28 +00:00
|
|
|
background-color: #ddd;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 37, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list .x-list-item > .x-dock {
|
|
|
|
height: auto;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 41, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item .x-dock-horizontal {
|
|
|
|
border-top: 1px solid #cccccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 46, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-item-selected .x-dock-horizontal, .x-list .x-list-item.x-item-selected.x-list-item-tpl {
|
|
|
|
background-color: #ccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 51, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item .x-list-item-body, .x-list .x-list-item.x-list-item-tpl .x-innerhtml {
|
|
|
|
padding: 5px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 55, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-list-item-relative {
|
|
|
|
position: relative !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 60, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-header {
|
|
|
|
background-color: #eee;
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 66, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-header.x-list-item-relative {
|
|
|
|
position: relative !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 71, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-disclosure {
|
|
|
|
margin: 5px 15px 5px 0;
|
|
|
|
overflow: visible;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
background-color: #eee;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 80, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item-tpl .x-list-disclosure {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 86, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-emptytext {
|
|
|
|
text-align: center;
|
|
|
|
pointer-events: none;
|
|
|
|
font-size: #333333;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 95, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list.x-list-indexed .x-list-disclosure {
|
|
|
|
margin-right: 35px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 99, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-scrolldockitem {
|
|
|
|
position: absolute !important;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 110, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-ie .x-list-grouped .x-translatable-container .x-list-item:before, .x-ie .x-list-grouped .x-translatable-container .x-list-header:before {
|
|
|
|
content: ". .";
|
|
|
|
color: transparent;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
word-spacing: 3000px;
|
|
|
|
opacity: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 121, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list-header {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 2 !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 128, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-ios .x-list-header {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
-moz-transform: translate3d(0, 0, 0);
|
|
|
|
-ms-transform: translate3d(0, 0, 0);
|
|
|
|
-o-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 133, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
|
|
|
.x-list-grouped .x-list-item.x-list-header-wrap .x-dock-horizontal,
|
|
|
|
.x-list-grouped .x-list-item-tpl.x-list-header-wrap {
|
|
|
|
border-top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 138, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list-inlineblock .x-list-item {
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 144, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list-nowrap .x-list-inner {
|
|
|
|
width: auto;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 148, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_List.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-list-nowrap .x-list-container {
|
|
|
|
white-space: nowrap !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-indexbar-wrapper {
|
|
|
|
-webkit-box-pack: end !important;
|
|
|
|
-ms-flex-pack: end !important;
|
|
|
|
justify-content: flex-end !important;
|
|
|
|
pointer-events: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-indexbar {
|
|
|
|
pointer-events: auto;
|
|
|
|
z-index: 2;
|
|
|
|
min-height: 0 !important;
|
|
|
|
height: auto !important;
|
|
|
|
-webkit-box-flex: 0 !important;
|
|
|
|
-ms-flex: 0 0 auto !important;
|
|
|
|
flex: 0 0 auto !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-indexbar > div {
|
|
|
|
font-size: 0.6em;
|
2016-03-11 00:48:53 +00:00
|
|
|
text-align: center;
|
2016-09-14 12:04:28 +00:00
|
|
|
line-height: 1.1em;
|
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-indexbar-vertical {
|
|
|
|
width: 15px;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-right: 15px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 29, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-indexbar-horizontal {
|
|
|
|
height: 15px;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 35, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-phone.x-landscape .x-indexbar > div {
|
|
|
|
font-size: 0.38em;
|
|
|
|
line-height: 1em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 41, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/dataview/_IndexBar.scss */
|
|
|
|
.x-indexbar-pressed {
|
|
|
|
background-color: #ccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 2, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-label {
|
|
|
|
display: none !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-label span {
|
2016-03-11 00:48:53 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 9, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-label-nowrap .x-form-label {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 15, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field .x-field-input {
|
|
|
|
position: relative;
|
|
|
|
min-width: 3.7em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field .x-field-input,
|
|
|
|
.x-field .x-input-el {
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 29, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field.x-field-labeled .x-form-label {
|
|
|
|
display: block !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 34, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field .x-component-outer {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-label-align-left,
|
|
|
|
.x-label-align-right {
|
|
|
|
-webkit-box-orient: horizontal !important;
|
|
|
|
-ms-flex-direction: row !important;
|
|
|
|
flex-direction: row !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 43, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-label-align-left .x-component-outer,
|
|
|
|
.x-label-align-right .x-component-outer {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 0px;
|
|
|
|
flex: 1 0 0px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 48, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-label-align-right {
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
-ms-flex-direction: row-reverse;
|
|
|
|
flex-direction: row-reverse;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 53, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-label-align-top,
|
|
|
|
.x-label-align-bottom {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 57, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-label-align-bottom {
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
-ms-flex-direction: column-reverse;
|
|
|
|
flex-direction: column-reverse;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 61, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-input-el {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 65, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field-mask {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 73, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-ie .x-field.x-field-text .x-field-mask, .x-ie .x-field.x-field-textarea .x-field-mask, .x-ie .x-field.x-field-search .x-field-mask {
|
|
|
|
z-index: -1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 80, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field-required .x-form-label:after {
|
|
|
|
content: "*";
|
|
|
|
display: inline;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 92, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner .x-component-outer {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 95, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner .x-component-outer > * {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
/* line 100, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner .x-field-input {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 0px;
|
|
|
|
flex: 1 0 0px;
|
|
|
|
}
|
|
|
|
/* line 103, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner .x-field-input .x-input-el {
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 100%;
|
2016-09-14 12:04:28 +00:00
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 110, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner .x-field-input input::-webkit-outer-spin-button,
|
|
|
|
.x-spinner .x-field-input input::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* line 116, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner .x-spinner-button {
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #cccccc !important;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
/* line 123, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-spinner.x-field-grouped-buttons .x-input-el {
|
|
|
|
text-align: left;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 132, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-select-overlay .x-list-label {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 140, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
-webkit-appearance: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 146, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field-number input::-webkit-outer-spin-button,
|
|
|
|
.x-field-number input::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 152, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field-input .x-clear-icon {
|
|
|
|
display: none;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
background-color: #ccc;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
right: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 163, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field-clearable .x-clear-icon {
|
|
|
|
display: block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 167, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-field-clearable .x-field-input {
|
|
|
|
padding-right: 10px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 172, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-android .x-input-el {
|
|
|
|
-webkit-text-fill-color: #000;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 176, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-android .x-empty .x-input-el {
|
|
|
|
-webkit-text-fill-color: #A9A9A9;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 180, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-android .x-item-disabled .x-input-el {
|
|
|
|
-webkit-text-fill-color: #b3b3b3;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 186, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-fieldset .x-form-fieldset-inner {
|
|
|
|
border: 1px solid #cccccc;
|
2016-03-11 00:48:53 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 192, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-fieldset .x-dock .x-dock-body {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 198, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-fieldset-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
/* line 201, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-fieldset-title .x-innerhtml {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 206, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-form-fieldset-instructions {
|
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 211, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/form/_Panel.scss */
|
|
|
|
.x-ie .x-field-select .x-field-mask {
|
|
|
|
z-index: 3;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.picker.Picker
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-sheet.x-picker {
|
|
|
|
padding: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 9, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-sheet.x-picker .x-sheet-inner {
|
|
|
|
background-color: #fff;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body {
|
|
|
|
border-left: 1px solid #999999;
|
|
|
|
border-right: 1px solid #acacac;
|
|
|
|
}
|
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-sheet.x-picker .x-sheet-inner .x-picker-slot.x-first .x-body {
|
|
|
|
border-left: 0;
|
|
|
|
}
|
|
|
|
/* line 26, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-sheet.x-picker .x-sheet-inner .x-picker-slot.x-last .x-body {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 34, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-scroll-view {
|
|
|
|
z-index: 2;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 39, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-mask {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
z-index: 3;
|
2016-03-11 00:48:53 +00:00
|
|
|
display: -webkit-box;
|
2016-09-14 12:04:28 +00:00
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-box-pack: center;
|
2016-09-14 12:04:28 +00:00
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
pointer-events: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 53, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot-title {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: relative;
|
2016-09-14 12:04:28 +00:00
|
|
|
z-index: 2;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 57, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot-title > div {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 64, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-dataview-inner {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
/* line 68, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-dataview-item {
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
/* line 73, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-dataview-item.x-item-selected {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
/* line 78, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-picker-item {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 83, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-ie .x-picker-item {
|
|
|
|
cursor: default;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 87, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-ie .x-picker-item::before {
|
|
|
|
content: ". .";
|
|
|
|
color: transparent;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
left: 0px;
|
|
|
|
word-spacing: 3000px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 95, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-right {
|
|
|
|
text-align: right;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 99, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-center {
|
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 103, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/picker/_Picker.scss */
|
|
|
|
.x-picker-left {
|
|
|
|
text-align: left;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.plugin.ListPaging
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_ListPaging.scss */
|
|
|
|
.x-list-paging .x-loading-spinner {
|
|
|
|
display: none;
|
|
|
|
margin: auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 11, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_ListPaging.scss */
|
|
|
|
.x-list-paging .x-list-paging-msg {
|
|
|
|
text-align: center;
|
|
|
|
clear: both;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_ListPaging.scss */
|
|
|
|
.x-list-paging.x-loading .x-loading-spinner {
|
|
|
|
display: block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 21, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_ListPaging.scss */
|
|
|
|
.x-list-paging.x-loading .x-list-paging-msg {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.plugin.PullRefresh
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: -5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
left: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 4.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh .x-loading-spinner {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh-arrow {
|
|
|
|
width: 2.5em;
|
|
|
|
height: 4.5em;
|
|
|
|
background-color: #bbb;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 29, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh-wrap {
|
|
|
|
width: 20em;
|
|
|
|
font-size: 0.7em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 34, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh-message {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.3em;
|
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh-updated {
|
|
|
|
text-align: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh-loading *.x-loading-spinner {
|
|
|
|
display: block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-list-pullrefresh-loading .x-list-pullrefresh-arrow {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 55, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/plugin/_PullRefresh.scss */
|
|
|
|
.x-android-2 .x-list-pullrefresh-loading *.x-loading-spinner {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.slider.Slider
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/slider/_Slider.scss */
|
|
|
|
.x-slider,
|
|
|
|
.x-toggle {
|
|
|
|
position: relative;
|
|
|
|
height: 16px;
|
|
|
|
min-height: 0;
|
|
|
|
min-width: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/slider/_Slider.scss */
|
|
|
|
.x-slider > *,
|
|
|
|
.x-toggle > * {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/slider/_Slider.scss */
|
|
|
|
.x-thumb {
|
|
|
|
position: absolute;
|
|
|
|
height: 16px;
|
|
|
|
width: 10px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
background-color: #ddd;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 28, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/slider/_Slider.scss */
|
|
|
|
.x-slider:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: auto;
|
|
|
|
height: 8px;
|
|
|
|
top: 4px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 5px;
|
|
|
|
background-color: #eee;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 35, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/slider/_Slider.scss */
|
|
|
|
.x-toggle {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
width: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 42, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/slider/_Slider.scss */
|
|
|
|
.x-toggle-on {
|
|
|
|
background-color: #eee;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.tab.Panel
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tab {
|
|
|
|
z-index: 1;
|
|
|
|
overflow: visible !important;
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar {
|
|
|
|
border-color: #ccc;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-top {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
}
|
|
|
|
/* line 22, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-top .x-tab .x-button-icon {
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 25, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-top .x-tab .x-button-icon.x-shown {
|
|
|
|
display: inline-block;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 29, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-top .x-tab .x-button-icon.x-hidden {
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 35, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-bottom {
|
|
|
|
border-top-width: 1px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 38, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-bottom .x-tab .x-button-icon {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 42, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-bottom .x-tab .x-button-icon.x-shown {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
/* line 46, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar.x-docked-bottom .x-tab .x-button-icon.x-hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 52, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/tab/_Panel.scss */
|
|
|
|
.x-tab {
|
|
|
|
position: relative;
|
|
|
|
min-width: 3.3em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.table.Table
|
|
|
|
* @ignore
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/table/_Table.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-table-inner {
|
|
|
|
display: table !important;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 11, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/table/_Table.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-table-inner.x-fixed-layout {
|
|
|
|
table-layout: fixed !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/table/_Table.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-table-row {
|
|
|
|
display: table-row !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/table/_Table.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-table-cell {
|
|
|
|
display: table-cell !important;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 2, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/grid/_Grid.scss */
|
|
|
|
.x-grid .x-grid-row {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/grid/_Grid.scss */
|
|
|
|
.x-grid .x-grid-cell {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.scroll.Scroller
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-view {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 11, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-container {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-scroller {
|
|
|
|
position: absolute;
|
|
|
|
min-width: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 25, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-stretcher {
|
|
|
|
position: absolute;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid-wrapper {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 36, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 41, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid > * {
|
|
|
|
display: table-row;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid > * > * {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid > :first-child > :first-child {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid > :first-child > :nth-child(2) {
|
|
|
|
padding: 3px 3px 0 0;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 58, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-grid > :nth-child(2) > :first-child {
|
|
|
|
padding: 0 0 3px 3px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 63, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 68, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-stretcher {
|
|
|
|
position: absolute;
|
|
|
|
visibility: hidden;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 75, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-x {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 78, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-x > .x-scroll-bar-stretcher {
|
|
|
|
width: 300%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 82, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-x.active {
|
|
|
|
height: 6px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 87, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-y {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 90, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-y > .x-scroll-bar-stretcher {
|
|
|
|
height: 300%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 94, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-bar-y.active {
|
|
|
|
width: 6px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 99, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-indicator {
|
|
|
|
background: #333;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 105, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-indicator-x {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 109, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
2016-03-11 00:48:53 +00:00
|
|
|
.x-scroll-indicator-y {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 113, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded {
|
2016-03-11 00:48:53 +00:00
|
|
|
background: none;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 116, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded > * {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
background-color: #333;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 121, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded > :nth-child(2) {
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-transform-origin: 0% 0%;
|
|
|
|
background: none;
|
|
|
|
content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA);
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 128, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-light > * {
|
2016-03-11 00:48:53 +00:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 132, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-light > :nth-child(2) {
|
2016-03-11 00:48:53 +00:00
|
|
|
content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAvXcAAAAA);
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 138, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-y > * {
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 142, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-y > :first-child {
|
2016-03-11 00:48:53 +00:00
|
|
|
height: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-topleft: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-topright: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 147, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-y > :nth-child(2) {
|
2016-03-11 00:48:53 +00:00
|
|
|
height: 1px;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 151, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-y > :last-child {
|
2016-03-11 00:48:53 +00:00
|
|
|
height: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-bottomleft: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-bottomright: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 158, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-x > * {
|
2016-03-11 00:48:53 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 162, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-x > :first-child {
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-topleft: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-bottomleft: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 167, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-x > :nth-child(2) {
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 1px;
|
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 171, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-scroll-indicator.rounded.x-scroll-indicator-x > :last-child {
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-topright: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius-bottomright: 3px;
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 180, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-list-light .x-scroll-indicator,
|
|
|
|
.x-dataview-light .x-scroll-indicator {
|
2016-03-11 00:48:53 +00:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 186, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-ios .x-scroll-scroller {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 191, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/src/scroller/_Scroller.scss */
|
|
|
|
.x-ie .x-scroll-bar-y {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
margin-left: -5px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.MessageBox
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox {
|
|
|
|
margin: .5em;
|
|
|
|
border: 2px solid rgba(183, 190, 206, 0.85);
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;
|
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
-ms-border-radius: 10px;
|
|
|
|
-o-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: rgba(14, 31, 75, 0.85);
|
|
|
|
}
|
|
|
|
/* line 13, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-icon {
|
|
|
|
margin: 0 0.8em 0 0.5em;
|
|
|
|
background: #fff;
|
|
|
|
-webkit-mask-size: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-info {
|
|
|
|
-webkit-mask-image: url('data:image/png;base64,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');
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-warning {
|
|
|
|
-webkit-mask-image: url('data:image/png;base64,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');
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 27, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-question {
|
|
|
|
-webkit-mask-image: url('data:image/png;base64,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');
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 31, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-error {
|
|
|
|
-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFGUlEQVRoBe2bzW8VVRxAeS0UMZggaARtGgtNU5pIRCMaEsPChrgh7FhCjHtdEBKNLvwjdOHShSHGmEiMiVFw4cL4EcFoolRSuqBiRDQqCLRS6znDzPP1dub1fbbzLv6S05m57829vzN3Pu+8VhYWFtZ0KyqVygbqHoA74QEYhnmojX4WpuFHuAZz5HSdaVei0mlhJBW7Hx6GJ+AheAwaiS/50rfwGXwNF8nPDdGx6JgwonvJ6hE4CI/DXdBOXGHlz+EEnEb803Yqq65rD7cDFSn4NvwKHh/dwLpt42A7ubpuS7I03Ad74C24DP9AN0Rr67QN27JN2+5rRb5pYRraBC+Bx9ZKiNZKO2+bM/AKbG5WuilhGtgNb4Jn0zCRlV42B3PZ3Yx0w8JUfAQmwcvKSssVtWcu5nSkUemGhKnwKFyE1diFi2SzcnMyt6ONSNcVphJvCl4ATxZZA2WdmqO59tcTLxRmRc/Ez8AvUFbJMC9zNefCM3g9YW8kvocyHbOhYLhsrua8t6iXc4VZYRQ+hJsQVlr2ZXM299E86SXCfNEb/tfhTyi7XFF+5q7DhlB6kTBfqMCzMA1FlfVKuQ66JM8LmXgoPM4XTsIs9IpYUZ466DKeyTr1TJwETztegg7BLhhICnv7jw66HErdEpuqMEvb4Um4O/kkjj+66KRbEokwW2AtS/tgBzgfS+ii077UsbpL30fhBNwLsYVOuum4pg9zz8xj4P7u2FNsoZNuY7q6S3twPwUx9i5aSeim44DC68CxKB/sYw3ddFyn8BBsg5hOVugsCt10HFJ4BGLuXfSS0HFE80HYmBQt/XOdIseJfwfvaDzBlTGy3JRyHNzngTB0HFR4KxSdnS/w2ctwFhxZKHO4t3q1eRV82gtDx60Kb4E7wk/T5d+YTnIPqnjpI73EmnNe6LjFrVJvN3VXya7VeZWUpiyV1ceciyK5Dhd9GGW5W+S2iv+Fg+72eKh3TARfX/XFZfO1h+eg6JLjbec8Z+nSS6c5/k2+/ZAXOs55WboEvqfJu/nYTvlznAHPM3UItMxh5w3BgwVJ6nhJYa+xVyFP2Gv0MYghdLzgVpmCP2IwWsZBxymFz8FlKP1xSo6thm46nlPYrp6EvyDW0E3HqwrPwinwRVSsoZuOs75l83R9Bn4G52MLnXQ7o6s9bMzAR+B+HlvopJuOt4ZpMb/CvF3ulogtdDqVOlbHpZX8DnzQd5QjltBFJ92SyHZpX6p5YB+HH2A++bS3/+igy/HULbGpCqdu7zP9BLxU9XrooItO/wX24SvTnXz6MXgjnj199NrU3HXYucQvLHCZOAzT0GuiWb7mfjjXLbfw1qD886zUiz97MGdzX5vrlldoGbEZ3gAfq7ItV/apuZpz4W8wFx2/oTwrOkh/Am5A2WXN0VwHQ4/a5brCaU+PUMm7UGZpczPHkVq5vPllhWuk3ymptLLmtqxs4pK3FfLKqND3Ni+Ct2rekK/2Lm4O5mJOm/JyzitrqIezFal4PTwNp+EmrJa0bZuDuazP8mtk2pRwViGNDMNr4BPISva2bdmmbQ9n+TQzbUk4a4BGJ8Azo/fh3RS3btuwrYms/Vambf8bD0O4jgM/CgfAXcyfFoT36BS1FIq6634A78FXSLb1YNO2MEkkgbiD9l63x2E/2Ptj0Ky8kmfhJPirWB/tZhD1/rjt6JhwbSbIe3LzBfQ22AV7YAfck+K8MQWOSIjzX8A38BNcQ9Lxto7Gv+RtOqJ9fOwKAAAAAElFTkSuQmCC');
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 35, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-title {
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.7em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-body {
|
|
|
|
background: transparent !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 44, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-toolbar {
|
|
|
|
background: transparent none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 48, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-toolbar.x-docked-top {
|
|
|
|
height: 2.1em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 53, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-field {
|
|
|
|
min-height: 2em;
|
|
|
|
margin: 0 0 0.6em 0;
|
|
|
|
background: #fff;
|
|
|
|
-webkit-border-radius: 0.3em;
|
|
|
|
-moz-border-radius: 0.3em;
|
|
|
|
-ms-border-radius: 0.3em;
|
|
|
|
-o-border-radius: 0.3em;
|
|
|
|
border-radius: 0.3em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 60, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-form-field {
|
|
|
|
min-height: 1.5em;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
background: transparent;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 67, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-field-input {
|
|
|
|
padding-right: 2.2em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 72, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox-text {
|
|
|
|
padding: 0.8em 0;
|
|
|
|
line-height: 1.4em;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 79, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-buttons {
|
|
|
|
padding: 0.4em 0;
|
|
|
|
height: auto;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 83, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-buttons .x-button {
|
|
|
|
border: 0;
|
|
|
|
background: rgba(4, 11, 32, 0.22);
|
|
|
|
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
|
|
|
|
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
|
|
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(184, 193, 218, 0.48)), color-stop(50%, rgba(52, 63, 94, 0.48)), color-stop(51%, rgba(16, 33, 78, 0.48)), color-stop(100%, rgba(36, 58, 86, 0.48)));
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(184, 193, 218, 0.48) 0%, rgba(52, 63, 94, 0.48) 50%, rgba(16, 33, 78, 0.48) 51%, rgba(36, 58, 86, 0.48) 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(184, 193, 218, 0.48) 0%, rgba(52, 63, 94, 0.48) 50%, rgba(16, 33, 78, 0.48) 51%, rgba(36, 58, 86, 0.48) 100%);
|
|
|
|
background-image: -o-linear-gradient(top, rgba(184, 193, 218, 0.48) 0%, rgba(52, 63, 94, 0.48) 50%, rgba(16, 33, 78, 0.48) 51%, rgba(36, 58, 86, 0.48) 100%);
|
|
|
|
background-image: linear-gradient(top, rgba(184, 193, 218, 0.48) 0%, rgba(52, 63, 94, 0.48) 50%, rgba(16, 33, 78, 0.48) 51%, rgba(36, 58, 86, 0.48) 100%);
|
|
|
|
}
|
|
|
|
/* line 90, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-buttons .x-button-label, .x-msgbox .x-msgbox-buttons .x-badge {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
/* line 94, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox .x-msgbox-buttons .x-button-action {
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(251, 252, 255, 0.48)), color-stop(50%, rgba(113, 126, 157, 0.48)), color-stop(51%, rgba(74, 77, 104, 0.48)), color-stop(100%, rgba(106, 108, 142, 0.48)));
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(251, 252, 255, 0.48) 0%, rgba(113, 126, 157, 0.48) 50%, rgba(74, 77, 104, 0.48) 51%, rgba(106, 108, 142, 0.48) 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(251, 252, 255, 0.48) 0%, rgba(113, 126, 157, 0.48) 50%, rgba(74, 77, 104, 0.48) 51%, rgba(106, 108, 142, 0.48) 100%);
|
|
|
|
background-image: -o-linear-gradient(top, rgba(251, 252, 255, 0.48) 0%, rgba(113, 126, 157, 0.48) 50%, rgba(74, 77, 104, 0.48) 51%, rgba(106, 108, 142, 0.48) 100%);
|
|
|
|
background-image: linear-gradient(top, rgba(251, 252, 255, 0.48) 0%, rgba(113, 126, 157, 0.48) 50%, rgba(74, 77, 104, 0.48) 51%, rgba(106, 108, 142, 0.48) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 99, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_MessageBox.scss */
|
|
|
|
.x-msgbox-input {
|
2016-03-11 00:48:53 +00:00
|
|
|
background-image: none;
|
2016-09-14 12:04:28 +00:00
|
|
|
background-color: white;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e0f2), color-stop(10%, #ecf0f9), color-stop(65%, #ffffff), color-stop(100%, #ffffff));
|
|
|
|
background-image: -webkit-linear-gradient(top, #d9e0f2, #ecf0f9 10%, #ffffff 65%, #ffffff);
|
|
|
|
background-image: -moz-linear-gradient(top, #d9e0f2, #ecf0f9 10%, #ffffff 65%, #ffffff);
|
|
|
|
background-image: -o-linear-gradient(top, #d9e0f2, #ecf0f9 10%, #ffffff 65%, #ffffff);
|
|
|
|
background-image: linear-gradient(top, #d9e0f2, #ecf0f9 10%, #ffffff 65%, #ffffff);
|
|
|
|
border: 0.1em solid #6e8bcf;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 2, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar .x-title {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 7, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar .x-button {
|
|
|
|
margin: 0 5px;
|
|
|
|
height: 1.8em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar .x-button-label, .x-toolbar .x-badge {
|
|
|
|
font-size: 13px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-light {
|
|
|
|
border-color: #3f5c80 !important;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #becbdd), color-stop(100%, #587397));
|
|
|
|
background-image: -webkit-linear-gradient(top, #becbdd, #587397);
|
|
|
|
background-image: -moz-linear-gradient(top, #becbdd, #587397);
|
|
|
|
background-image: -o-linear-gradient(top, #becbdd, #587397);
|
|
|
|
background-image: linear-gradient(top, #becbdd, #587397);
|
|
|
|
}
|
|
|
|
/* line 21, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-light .x-button {
|
|
|
|
border-color: #3b4f75;
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #41618d), color-stop(100%, #89a0be));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #41618d, #89a0be);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #41618d, #89a0be);
|
|
|
|
background-image: -o-linear-gradient(bottom, #41618d, #89a0be);
|
|
|
|
background-image: linear-gradient(bottom, #41618d, #89a0be);
|
|
|
|
}
|
|
|
|
/* line 26, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-light .x-button .x-button-label, .x-toolbar-light .x-button .x-badge {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-dark {
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f2f2f), color-stop(50%, #151515), color-stop(51%, #000000), color-stop(100%, #000000));
|
|
|
|
background-image: -webkit-linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: -o-linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
}
|
|
|
|
/* line 37, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-dark .x-button {
|
|
|
|
border-color: #000;
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(50%, #282828), color-stop(51%, #000000), color-stop(100%, #000000));
|
|
|
|
background-image: -webkit-linear-gradient(top, #767676 0%, #282828 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, #767676 0%, #282828 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: -o-linear-gradient(top, #767676 0%, #282828 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: linear-gradient(top, #767676 0%, #282828 50%, #000000 51%, #000000 100%);
|
|
|
|
}
|
|
|
|
/* line 42, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-dark .x-button .x-button-label, .x-toolbar-dark .x-button .x-badge {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 47, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-dark .x-button .x-button-icon:before {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 0 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-neutral {
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfd), color-stop(100%, #a7aab7));
|
|
|
|
background-image: -webkit-linear-gradient(top, #fcfcfd, #a7aab7);
|
|
|
|
background-image: -moz-linear-gradient(top, #fcfcfd, #a7aab7);
|
|
|
|
background-image: -o-linear-gradient(top, #fcfcfd, #a7aab7);
|
|
|
|
background-image: linear-gradient(top, #fcfcfd, #a7aab7);
|
|
|
|
}
|
|
|
|
/* line 57, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Toolbar.scss */
|
|
|
|
.x-toolbar-neutral .x-button {
|
|
|
|
border-color: #9a9b9d;
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f9), color-stop(100%, #bbbec8));
|
|
|
|
background-image: -webkit-linear-gradient(top, #f7f7f9, #bbbec8);
|
|
|
|
background-image: -moz-linear-gradient(top, #f7f7f9, #bbbec8);
|
|
|
|
background-image: -o-linear-gradient(top, #f7f7f9, #bbbec8);
|
|
|
|
background-image: linear-gradient(top, #f7f7f9, #bbbec8);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button {
|
|
|
|
height: 2.1em;
|
|
|
|
padding: 0 8px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-ms-border-radius: 6px;
|
|
|
|
-o-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 7, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-icon {
|
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 11, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-icon:before {
|
|
|
|
color: #454547;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
|
|
font-size: 1.4em;
|
|
|
|
line-height: 1.15em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-label, .x-badge {
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-round,
|
|
|
|
.x-button-decline-round,
|
|
|
|
.x-button-confirm-round {
|
|
|
|
-webkit-border-radius: 1.8em;
|
|
|
|
-moz-border-radius: 1.8em;
|
|
|
|
-ms-border-radius: 1.8em;
|
|
|
|
-o-border-radius: 1.8em;
|
|
|
|
border-radius: 1.8em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 36, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-small,
|
|
|
|
.x-button-decline-small,
|
|
|
|
.x-button-confirm-small {
|
|
|
|
height: 1.4em;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-small .x-button-label, .x-button-small .x-badge,
|
|
|
|
.x-button-decline-small .x-button-label,
|
|
|
|
.x-button-decline-small .x-badge,
|
|
|
|
.x-button-confirm-small .x-button-label,
|
|
|
|
.x-button-confirm-small .x-badge {
|
|
|
|
font-size: 12px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-normal,
|
|
|
|
.x-button-round,
|
|
|
|
.x-button-small,
|
|
|
|
.x-button-back,
|
|
|
|
.x-button-forward {
|
|
|
|
border-color: #aaa;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #fafbfc;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #fafbfc;
|
|
|
|
box-shadow: inset 0 1px 0 #fafbfc;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #bec0c3), color-stop(50%, #babbbe), color-stop(51%, #d0d1d3), color-stop(100%, #ffffff));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #bec0c3 0%, #babbbe 50%, #d0d1d3 51%, #ffffff 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #bec0c3 0%, #babbbe 50%, #d0d1d3 51%, #ffffff 100%);
|
|
|
|
background-image: -o-linear-gradient(bottom, #bec0c3 0%, #babbbe 50%, #d0d1d3 51%, #ffffff 100%);
|
|
|
|
background-image: linear-gradient(bottom, #bec0c3 0%, #babbbe 50%, #d0d1d3 51%, #ffffff 100%);
|
|
|
|
}
|
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-normal .x-button-label, .x-button-normal .x-badge,
|
|
|
|
.x-button-round .x-button-label,
|
|
|
|
.x-button-round .x-badge,
|
|
|
|
.x-button-small .x-button-label,
|
|
|
|
.x-button-small .x-badge,
|
|
|
|
.x-button-back .x-button-label,
|
|
|
|
.x-button-back .x-badge,
|
|
|
|
.x-button-forward .x-button-label,
|
|
|
|
.x-button-forward .x-badge {
|
|
|
|
color: #000;
|
|
|
|
text-shadow: 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 62, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-decline,
|
|
|
|
.x-button-decline-round,
|
|
|
|
.x-button-decline-small {
|
|
|
|
border-color: #882324;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #cf2b2d), color-stop(50%, #cf2b2d), color-stop(51%, #d64a4e), color-stop(100%, #f6989c));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #cf2b2d 0%, #cf2b2d 50%, #d64a4e 51%, #f6989c 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #cf2b2d 0%, #cf2b2d 50%, #d64a4e 51%, #f6989c 100%);
|
|
|
|
background-image: -o-linear-gradient(bottom, #cf2b2d 0%, #cf2b2d 50%, #d64a4e 51%, #f6989c 100%);
|
|
|
|
background-image: linear-gradient(bottom, #cf2b2d 0%, #cf2b2d 50%, #d64a4e 51%, #f6989c 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 70, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button-confirm,
|
|
|
|
.x-button-confirm-round,
|
|
|
|
.x-button-confirm-small {
|
|
|
|
border-color: #38802d;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #56b148), color-stop(50%, #56b148), color-stop(51%, #69c55a), color-stop(100%, #99e48d));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #56b148 0%, #56b148 50%, #69c55a 51%, #99e48d 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #56b148 0%, #56b148 50%, #69c55a 51%, #99e48d 100%);
|
|
|
|
background-image: -o-linear-gradient(bottom, #56b148 0%, #56b148 50%, #69c55a 51%, #99e48d 100%);
|
|
|
|
background-image: linear-gradient(bottom, #56b148 0%, #56b148 50%, #69c55a 51%, #99e48d 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 79, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-button.x-button-action, .x-button.x-button-action-round, .x-button.x-button-action-small {
|
|
|
|
border-color: #2a48ab;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #2362de), color-stop(50%, #2362de), color-stop(51%, #3b72e1), color-stop(100%, #7aa1f4));
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #2362de 0%, #2362de 50%, #3b72e1 51%, #7aa1f4 100%);
|
|
|
|
background-image: -moz-linear-gradient(bottom, #2362de 0%, #2362de 50%, #3b72e1 51%, #7aa1f4 100%);
|
|
|
|
background-image: -o-linear-gradient(bottom, #2362de 0%, #2362de 50%, #3b72e1 51%, #7aa1f4 100%);
|
|
|
|
background-image: linear-gradient(bottom, #2362de 0%, #2362de 50%, #3b72e1 51%, #7aa1f4 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.calendar:before,
|
|
|
|
.x-button .x-button-icon.calendar:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "\005C";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.action:before,
|
|
|
|
.x-button .x-button-icon.action:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "R";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.add:before,
|
|
|
|
.x-button .x-button-icon.add:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "&";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.arrow_down:before,
|
|
|
|
.x-button .x-button-icon.arrow_down:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "}";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.arrow_left:before,
|
|
|
|
.x-button .x-button-icon.arrow_left:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "[";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.arrow_right:before,
|
|
|
|
.x-button .x-button-icon.arrow_right:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "]";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.arrow_up:before,
|
|
|
|
.x-button .x-button-icon.arrow_up:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "{";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.compose:before,
|
|
|
|
.x-button .x-button-icon.compose:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
left: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "W";
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.delete:before,
|
|
|
|
.x-button .x-button-icon.delete:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
right: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "*";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.organize:before,
|
|
|
|
.x-button .x-button-icon.organize:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "I";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.refresh:before,
|
|
|
|
.x-button .x-button-icon.refresh:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "1";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.reply:before,
|
|
|
|
.x-button .x-button-icon.reply:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "R";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.search:before,
|
|
|
|
.x-button .x-button-icon.search:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "s";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.settings:before,
|
|
|
|
.x-button .x-button-icon.settings:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "y";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.star:before,
|
|
|
|
.x-button .x-button-icon.star:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "S";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.trash:before,
|
|
|
|
.x-button .x-button-icon.trash:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "#";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.maps:before,
|
|
|
|
.x-button .x-button-icon.maps:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "@";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.locate:before,
|
|
|
|
.x-button .x-button-icon.locate:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "@";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.home:before,
|
|
|
|
.x-button .x-button-icon.home:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "H";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.bookmarks:before,
|
|
|
|
.x-button .x-button-icon.bookmarks:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "I";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.download:before,
|
|
|
|
.x-button .x-button-icon.download:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "~";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.favorites:before,
|
|
|
|
.x-button .x-button-icon.favorites:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "S";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.info:before,
|
|
|
|
.x-button .x-button-icon.info:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "i";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.more:before,
|
|
|
|
.x-button .x-button-icon.more:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
text-align: center;
|
2016-09-14 12:04:28 +00:00
|
|
|
font-family: "Pictos";
|
|
|
|
content: ".";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.time:before,
|
|
|
|
.x-button .x-button-icon.time:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "t";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.user:before,
|
|
|
|
.x-button .x-button-icon.user:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
2016-09-14 12:04:28 +00:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "U";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 260, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/base/mixins/_Class.scss */
|
|
|
|
.x-tab .x-button-icon.team:before,
|
|
|
|
.x-button .x-button-icon.team:before {
|
2016-03-11 00:48:53 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2016-09-14 12:04:28 +00:00
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Pictos";
|
|
|
|
content: "g";
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 120, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-hasbadge {
|
|
|
|
overflow: visible;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 123, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Button.scss */
|
|
|
|
.x-hasbadge .x-badge {
|
|
|
|
top: -5px;
|
|
|
|
right: -6px;
|
|
|
|
max-width: 55%;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
2016-03-11 00:48:53 +00:00
|
|
|
overflow: hidden;
|
2016-09-14 12:04:28 +00:00
|
|
|
color: #fff;
|
|
|
|
min-width: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 0 0 0;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 1px 2px 2px;
|
|
|
|
border: 2px solid white;
|
|
|
|
-webkit-border-radius: 26px;
|
|
|
|
-moz-border-radius: 26px;
|
|
|
|
-ms-border-radius: 26px;
|
|
|
|
-o-border-radius: 26px;
|
|
|
|
border-radius: 26px;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1a0a6), color-stop(100%, #c61019));
|
|
|
|
background-image: -webkit-linear-gradient(top, #f1a0a6, #c61019);
|
|
|
|
background-image: -moz-linear-gradient(top, #f1a0a6, #c61019);
|
|
|
|
background-image: -o-linear-gradient(top, #f1a0a6, #c61019);
|
|
|
|
background-image: linear-gradient(top, #f1a0a6, #c61019);
|
|
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Sheet.scss */
|
|
|
|
.x-sheet-action {
|
|
|
|
padding: 15px;
|
|
|
|
border-top: 1px solid #323436;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(156, 162, 170, 0.9)), color-stop(80%, rgba(80, 87, 97, 0.9)), color-stop(100%, rgba(80, 87, 97, 0.9)));
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(156, 162, 170, 0.9) 0%, rgba(80, 87, 97, 0.9) 80%, rgba(80, 87, 97, 0.9) 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(156, 162, 170, 0.9) 0%, rgba(80, 87, 97, 0.9) 80%, rgba(80, 87, 97, 0.9) 100%);
|
|
|
|
background-image: -o-linear-gradient(top, rgba(156, 162, 170, 0.9) 0%, rgba(80, 87, 97, 0.9) 80%, rgba(80, 87, 97, 0.9) 100%);
|
|
|
|
background-image: linear-gradient(top, rgba(156, 162, 170, 0.9) 0%, rgba(80, 87, 97, 0.9) 80%, rgba(80, 87, 97, 0.9) 100%);
|
|
|
|
}
|
|
|
|
/* line 7, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Sheet.scss */
|
|
|
|
.x-sheet-action .x-button {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
border-color: rgba(41, 44, 51, 0.7);
|
|
|
|
border-width: 2px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-ms-border-radius: 6px;
|
|
|
|
-o-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 14, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/_Sheet.scss */
|
|
|
|
.x-sheet-action .x-button:last-child {
|
|
|
|
margin-bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/carousel/_Indicator.scss */
|
|
|
|
.x-carousel-indicator span {
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-ms-border-radius: 5px;
|
|
|
|
-o-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.dataview.List
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list {
|
|
|
|
background-color: #fff-color;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-disclosure {
|
|
|
|
position: relative;
|
|
|
|
overflow: visible;
|
|
|
|
border: 2px solid white;
|
|
|
|
-webkit-border-radius: 26px;
|
|
|
|
-moz-border-radius: 26px;
|
|
|
|
-ms-border-radius: 26px;
|
|
|
|
-o-border-radius: 26px;
|
|
|
|
border-radius: 26px;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #749de5), color-stop(100%, #376bd9));
|
|
|
|
background-image: -webkit-linear-gradient(top, #749de5, #376bd9);
|
|
|
|
background-image: -moz-linear-gradient(top, #749de5, #376bd9);
|
|
|
|
background-image: -o-linear-gradient(top, #749de5, #376bd9);
|
|
|
|
background-image: linear-gradient(top, #749de5, #376bd9);
|
|
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
margin: 7px 7px 0 0;
|
|
|
|
}
|
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-disclosure:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
content: '>';
|
|
|
|
color: #fff;
|
|
|
|
font-size: 22px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 20px;
|
|
|
|
text-shadow: 0 -1px 0 rgab(0, 0, 0, 0.5);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 31, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list.x-list-indexed .x-list-disclosure {
|
|
|
|
margin-right: 1.8em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 35, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-item-selected .x-list-disclosure {
|
|
|
|
background: white none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 38, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-item-selected .x-list-disclosure:before {
|
|
|
|
color: #228afa;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 43, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item {
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 47, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-item-pressed {
|
|
|
|
color: #fff;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 51, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-item-pressed.x-list-item-tpl,
|
|
|
|
.x-list .x-list-item.x-item-pressed .x-dock-horizontal {
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #228afa), color-stop(100%, #105aeb));
|
|
|
|
background-image: -webkit-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: -moz-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: -o-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: linear-gradient(top, #228afa, #105aeb);
|
|
|
|
}
|
|
|
|
/* line 57, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-item-pressed, .x-list .x-list-item.x-item-selected {
|
|
|
|
border-top-color: #228afa !important;
|
|
|
|
}
|
|
|
|
/* line 62, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item.x-item-selected .x-dock-horizontal, .x-list .x-list-item.x-item-selected.x-list-item-tpl {
|
|
|
|
color: #fff;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #228afa), color-stop(100%, #105aeb));
|
|
|
|
background-image: -webkit-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: -moz-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: -o-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: linear-gradient(top, #228afa, #105aeb);
|
|
|
|
}
|
|
|
|
/* line 69, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item .x-list-item-body, .x-list .x-list-item.x-list-item-tpl .x-innerhtml {
|
|
|
|
padding: 12px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* line 76, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-normal .x-list-header {
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99a5af), color-stop(100%, #b7bdc3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #99a5af, #b7bdc3);
|
|
|
|
background-image: -moz-linear-gradient(top, #99a5af, #b7bdc3);
|
|
|
|
background-image: -o-linear-gradient(top, #99a5af, #b7bdc3);
|
|
|
|
background-image: linear-gradient(top, #99a5af, #b7bdc3);
|
|
|
|
border-top: 1px solid #89949b;
|
|
|
|
border-bottom: 1px solid #b0b7be;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 0 10px 1px;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 89, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-normal .x-list-item.x-list-item-tpl,
|
|
|
|
.x-list-normal .x-list-item .x-dock-horizontal {
|
|
|
|
border-top: 1px solid #e8e8e8;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 95, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-normal .x-list-item.x-list-item-tpl.x-list-footer-wrap, .x-list-normal .x-list-item.x-list-footer-wrap .x-dock-horizontal {
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 116, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-scroll-view {
|
|
|
|
background-color: #eee;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 120, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-list-header-swap {
|
|
|
|
padding-right: 13px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 124, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-list-inner .x-scroll-container {
|
|
|
|
top: 13px;
|
|
|
|
left: 13px;
|
|
|
|
bottom: 13px;
|
|
|
|
right: 13px;
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
/* line 133, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-list-header {
|
|
|
|
color: #777;
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 26px;
|
|
|
|
line-height: 1.7em;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(30%, rgba(238, 238, 238, 0.9)), color-stop(100%, rgba(238, 238, 238, 0.4)));
|
|
|
|
background-image: -webkit-linear-gradient(top, #eeeeee, rgba(238, 238, 238, 0.9) 30%, rgba(238, 238, 238, 0.4));
|
|
|
|
background-image: -moz-linear-gradient(top, #eeeeee, rgba(238, 238, 238, 0.9) 30%, rgba(238, 238, 238, 0.4));
|
|
|
|
background-image: -o-linear-gradient(top, #eeeeee, rgba(238, 238, 238, 0.9) 30%, rgba(238, 238, 238, 0.4));
|
|
|
|
background-image: linear-gradient(top, #eeeeee, rgba(238, 238, 238, 0.9) 30%, rgba(238, 238, 238, 0.4));
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 142, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-list-container {
|
|
|
|
padding: 13px 13px 0 13px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 145, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-list-container .x-list-header {
|
|
|
|
padding-left: 13px;
|
|
|
|
background-image: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 154, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-ungrouped .x-list-item-tpl,
|
|
|
|
.x-list-round.x-list-ungrouped .x-list-item .x-dock-horizontal, .x-list-round.x-list-grouped .x-list-item-tpl,
|
|
|
|
.x-list-round.x-list-grouped .x-list-item .x-dock-horizontal {
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
background: #fff;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 162, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-ungrouped .x-list-item-first {
|
|
|
|
-moz-border-radius-topleft: 0.4em;
|
|
|
|
-webkit-border-top-left-radius: 0.4em;
|
|
|
|
border-top-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-topright: 0.4em;
|
|
|
|
-webkit-border-top-right-radius: 0.4em;
|
|
|
|
border-top-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 166, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-ungrouped .x-list-item-last {
|
|
|
|
-moz-border-radius-bottomleft: 0.4em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.4em;
|
|
|
|
border-bottom-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-bottomright: 0.4em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.4em;
|
|
|
|
border-bottom-right-radius: 0.4em;
|
|
|
|
border-width: 1px;
|
|
|
|
margin-bottom: 13px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 175, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-header-wrap .x-dock-horizontal {
|
|
|
|
-moz-border-radius-topleft: 0.4em;
|
|
|
|
-webkit-border-top-left-radius: 0.4em;
|
|
|
|
border-top-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-topright: 0.4em;
|
|
|
|
-webkit-border-top-right-radius: 0.4em;
|
|
|
|
border-top-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 180, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-header-wrap.x-list-header {
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
-moz-border-radius-topleft: 0.4em;
|
|
|
|
-webkit-border-top-left-radius: 0.4em;
|
|
|
|
border-top-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-topright: 0.4em;
|
|
|
|
-webkit-border-top-right-radius: 0.4em;
|
|
|
|
border-top-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 186, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap {
|
|
|
|
background: transparent;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 190, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap.x-list-item-tpl,
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal {
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
padding-bottom: 13px;
|
|
|
|
margin-bottom: 13px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 197, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap.x-list-item-tpl > .x-innerhtml,
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap.x-list-item-tpl > .x-dock-body,
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal > .x-innerhtml,
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal > .x-dock-body {
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
background: #fff;
|
|
|
|
-moz-border-radius-bottomleft: 0.4em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.4em;
|
|
|
|
border-bottom-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-bottomright: 0.4em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.4em;
|
|
|
|
border-bottom-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 206, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap.x-item-selected > .x-innerhtml,
|
|
|
|
.x-list-round.x-list-grouped .x-list-footer-wrap.x-item-selected > .x-dock-body {
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #228afa), color-stop(100%, #105aeb));
|
|
|
|
background-image: -webkit-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: -moz-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: -o-linear-gradient(top, #228afa, #105aeb);
|
|
|
|
background-image: linear-gradient(top, #228afa, #105aeb);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 213, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-indexbar-vertical {
|
|
|
|
margin-right: 20px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 219, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round .x-list-footer-wrap.x-list-item-last.x-list-item-odd.x-list-item.x-list-item-tpl {
|
|
|
|
background-color: transparent !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 225, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list-round.x-list-grouped .x-list-item-odd.x-list-footer-wrap > .x-innerhtml,
|
|
|
|
.x-list-round.x-list-grouped .x-list-item-odd.x-list-footer-wrap > .x-dock-body {
|
|
|
|
background-color: white !important;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 232, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/dataview/_List.scss */
|
|
|
|
.x-list .x-list-item-odd.x-list-item-tpl,
|
|
|
|
.x-list .x-list-item-odd .x-dock-horizontal {
|
|
|
|
background-color: white !important;
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.field.Field
|
|
|
|
*/
|
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-field {
|
|
|
|
min-height: 2.5em;
|
|
|
|
background: #fff;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-field:last-child {
|
|
|
|
border-bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-field-input .x-clear-icon {
|
|
|
|
background: url('data:image/png;base64,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
|
|
|
|
background-position: center center;
|
|
|
|
background-size: 55% 55%;
|
|
|
|
width: 2.2em;
|
|
|
|
height: 2.2em;
|
|
|
|
margin: .5em;
|
|
|
|
margin-top: -1.1em;
|
|
|
|
right: -.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 31, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-field-clearable .x-field-input {
|
|
|
|
padding-right: 2.2em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 36, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-input-el {
|
|
|
|
padding: .4em;
|
|
|
|
min-height: 2.5em;
|
|
|
|
border-width: 0;
|
|
|
|
-webkit-appearance: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 43, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-ie .x-input-el {
|
|
|
|
background: transparent;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-item-disabled .x-form-label,
|
|
|
|
.x-item-disabled input,
|
|
|
|
.x-item-disabled .x-input-el,
|
|
|
|
.x-item-disabled .x-spinner-body,
|
|
|
|
.x-item-disabled select,
|
|
|
|
.x-item-disabled textarea,
|
|
|
|
.x-item-disabled .x-field-clear-container {
|
|
|
|
color: #b3b3b3;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 60, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-item-disabled .x-form-label {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 64, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-item-disabled .x-form-label:after {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 69, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-toolbar .x-field {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
/* line 72, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-toolbar .x-field .x-component-outer {
|
|
|
|
padding: 0.4em 0.6em 0;
|
|
|
|
}
|
|
|
|
/* line 76, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-toolbar .x-field .x-input-el {
|
|
|
|
padding: 0.3em 0.6em;
|
|
|
|
min-height: 1.4em;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
/* line 83, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-toolbar .x-field-input {
|
|
|
|
position: relative;
|
|
|
|
background: #fff;
|
|
|
|
-webkit-border-radius: 1.4em;
|
|
|
|
-moz-border-radius: 1.4em;
|
|
|
|
-ms-border-radius: 1.4em;
|
|
|
|
-o-border-radius: 1.4em;
|
|
|
|
border-radius: 1.4em;
|
|
|
|
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7);
|
|
|
|
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7);
|
|
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
/* line 90, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-toolbar .x-field-clearable .x-field-input {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
/* line 94, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Field.scss */
|
|
|
|
.x-toolbar .x-clear-icon {
|
|
|
|
position: absolute;
|
|
|
|
top: .9em;
|
|
|
|
right: -.7em;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.field.Checkbox
|
|
|
|
*/
|
|
|
|
/* line 10, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Checkbox.scss */
|
|
|
|
.x-checkmark-base, .x-field-checkbox .x-field-mask::after,
|
|
|
|
.x-field-radio .x-field-mask::after {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 0;
|
|
|
|
content: '3';
|
|
|
|
font-family: 'Pictos';
|
|
|
|
font-size: 1.6em;
|
|
|
|
text-align: right;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Checkbox.scss */
|
|
|
|
.x-field-checkbox .x-field-mask::after,
|
|
|
|
.x-field-radio .x-field-mask::after {
|
|
|
|
color: #dddddd;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Checkbox.scss */
|
|
|
|
.x-input-checkbox,
|
|
|
|
.x-input-radio {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 34, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Checkbox.scss */
|
|
|
|
.x-input-el:checked + .x-field-mask::after {
|
|
|
|
color: #497add;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 40, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Checkbox.scss */
|
|
|
|
.x-item-disabled.x-field-checkbox .x-input-checkbox:checked + .x-field-mask::after {
|
|
|
|
color: #a1b5dd;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.field.Radio
|
|
|
|
*/
|
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Radio.scss */
|
|
|
|
.x-field-radio .x-field-mask {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
/* line 15, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Radio.scss */
|
|
|
|
.x-field-radio .x-field-mask::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
top: 16px;
|
|
|
|
left: auto;
|
|
|
|
right: 16px;
|
|
|
|
background-color: #d0d0d0;
|
|
|
|
-webkit-border-radius: 16px;
|
|
|
|
-moz-border-radius: 16px;
|
|
|
|
-ms-border-radius: 16px;
|
|
|
|
-o-border-radius: 16px;
|
|
|
|
border-radius: 16px;
|
|
|
|
}
|
|
|
|
/* line 19, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Radio.scss */
|
|
|
|
.x-field-radio .x-field-mask::before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
top: 11px;
|
|
|
|
left: auto;
|
|
|
|
right: 11px;
|
|
|
|
background-color: #dddddd;
|
|
|
|
-webkit-border-radius: 26px;
|
|
|
|
-moz-border-radius: 26px;
|
|
|
|
-ms-border-radius: 26px;
|
|
|
|
-o-border-radius: 26px;
|
|
|
|
border-radius: 26px;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Radio.scss */
|
|
|
|
.x-input-radio:checked + .x-field-mask::after {
|
|
|
|
background: #497add;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Radio.scss */
|
|
|
|
.x-item-disabled.x-field-radio .x-input-radio:checked + .x-field-mask::after {
|
|
|
|
background: #a1b5dd;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Spinner.scss */
|
|
|
|
.x-spinner .x-spinner-button {
|
|
|
|
margin-top: .25em;
|
|
|
|
margin-bottom: .25em;
|
|
|
|
width: 2em;
|
|
|
|
border: 2px solid white !important;
|
|
|
|
-webkit-border-radius: 26px;
|
|
|
|
-moz-border-radius: 26px;
|
|
|
|
-ms-border-radius: 26px;
|
|
|
|
-o-border-radius: 26px;
|
|
|
|
border-radius: 26px;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #749de5), color-stop(100%, #376bd9));
|
|
|
|
background-image: -webkit-linear-gradient(top, #749de5, #376bd9);
|
|
|
|
background-image: -moz-linear-gradient(top, #749de5, #376bd9);
|
|
|
|
background-image: -o-linear-gradient(top, #749de5, #376bd9);
|
|
|
|
background-image: linear-gradient(top, #749de5, #376bd9);
|
|
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
margin: 7px 7px 0 0;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 27px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.field.Slider
|
|
|
|
*/
|
|
|
|
/* line 7, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_Slider.scss */
|
|
|
|
.x-slider-field .x-component-outer,
|
|
|
|
.x-toggle-field .x-component-outer {
|
|
|
|
padding: 0.6em;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/field/_TextArea.scss */
|
|
|
|
.x-field-textarea textarea {
|
|
|
|
min-height: 7em;
|
|
|
|
padding-top: .5em;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.form.Panel
|
|
|
|
*/
|
|
|
|
/* line 6, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_Panel.scss */
|
|
|
|
.x-form .x-scroll-container {
|
|
|
|
background-color: #d5dbe0;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_Panel.scss */
|
|
|
|
.x-form-label {
|
|
|
|
color: #000;
|
|
|
|
padding: 0.6em;
|
|
|
|
}
|
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_Panel.scss */
|
|
|
|
.x-form-label span {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.form.FieldSet
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset {
|
|
|
|
margin: 0.5em 0.5em 1.5em;
|
|
|
|
}
|
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset .x-form-fieldset-inner {
|
|
|
|
background: #fff;
|
|
|
|
padding: 0;
|
|
|
|
border-color: #b9b9b9;
|
|
|
|
-webkit-border-radius: 0.4em;
|
|
|
|
-moz-border-radius: 0.4em;
|
|
|
|
-ms-border-radius: 0.4em;
|
|
|
|
-o-border-radius: 0.4em;
|
|
|
|
border-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 16, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset .x-field {
|
|
|
|
border-bottom: 1px solid #b9b9b9;
|
|
|
|
background: transparent;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 20, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset .x-field:first-child {
|
|
|
|
-moz-border-radius-topleft: 0.4em;
|
|
|
|
-webkit-border-top-left-radius: 0.4em;
|
|
|
|
border-top-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-topright: 0.4em;
|
|
|
|
-webkit-border-top-right-radius: 0.4em;
|
|
|
|
border-top-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset .x-field:last-child {
|
|
|
|
border-bottom: 0;
|
|
|
|
-moz-border-radius-bottomleft: 0.4em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.4em;
|
|
|
|
border-bottom-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-bottomright: 0.4em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.4em;
|
|
|
|
border-bottom-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 32, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset-title {
|
|
|
|
color: #000;
|
|
|
|
margin: .5em;
|
|
|
|
color: #586176;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 39, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-form-fieldset-instructions {
|
|
|
|
color: #000;
|
|
|
|
color: #586176;
|
|
|
|
margin: 1em;
|
|
|
|
font-size: .8em;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-left:first-child .x-form-label {
|
|
|
|
-moz-border-radius-topleft: 0.4em;
|
|
|
|
-webkit-border-top-left-radius: 0.4em;
|
|
|
|
border-top-left-radius: 0.4em;
|
|
|
|
}
|
|
|
|
/* line 55, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-left:last-child .x-form-label {
|
|
|
|
-moz-border-radius-bottomleft: 0.4em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.4em;
|
|
|
|
border-bottom-left-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 63, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-right:first-child .x-form-label {
|
|
|
|
-moz-border-radius-topright: 0.4em;
|
|
|
|
-webkit-border-top-right-radius: 0.4em;
|
|
|
|
border-top-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 68, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-right:last-child {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
/* line 71, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-right:last-child .x-form-label {
|
|
|
|
-moz-border-radius-bottomright: 0.4em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.4em;
|
|
|
|
border-bottom-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 79, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-top:first-child .x-form-label {
|
|
|
|
-moz-border-radius-topleft: 0.4em;
|
|
|
|
-webkit-border-top-left-radius: 0.4em;
|
|
|
|
border-top-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-topright: 0.4em;
|
|
|
|
-webkit-border-top-right-radius: 0.4em;
|
|
|
|
border-top-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 87, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/form/_FieldSet.scss */
|
|
|
|
.x-label-align-bottom:last-child .x-form-label {
|
|
|
|
-moz-border-radius-bottomleft: 0.4em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.4em;
|
|
|
|
border-bottom-left-radius: 0.4em;
|
|
|
|
-moz-border-radius-bottomright: 0.4em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.4em;
|
|
|
|
border-bottom-right-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.picker.Picker
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker {
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(148, 155, 171, 0.9)), color-stop(100%, rgba(41, 42, 57, 0.9)));
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(148, 155, 171, 0.9), rgba(41, 42, 57, 0.9));
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(148, 155, 171, 0.9), rgba(41, 42, 57, 0.9));
|
|
|
|
background-image: -o-linear-gradient(top, rgba(148, 155, 171, 0.9), rgba(41, 42, 57, 0.9));
|
|
|
|
background-image: linear-gradient(top, rgba(148, 155, 171, 0.9), rgba(41, 42, 57, 0.9));
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker .x-dock-body {
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 12, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker .x-toolbar {
|
|
|
|
border-top: 1px solid;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 18, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker .x-picker-inner {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid black;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: .6em;
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414245), color-stop(30%, #f3f3f4), color-stop(50%, #ffffff), color-stop(70%, #f3f3f4), color-stop(100%, #414245));
|
|
|
|
background-image: -webkit-linear-gradient(top, #414245 0%, #f3f3f4 30%, #ffffff 50%, #f3f3f4 70%, #414245 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, #414245 0%, #f3f3f4 30%, #ffffff 50%, #f3f3f4 70%, #414245 100%);
|
|
|
|
background-image: -o-linear-gradient(top, #414245 0%, #f3f3f4 30%, #ffffff 50%, #f3f3f4 70%, #414245 100%);
|
|
|
|
background-image: linear-gradient(top, #414245 0%, #f3f3f4 30%, #ffffff 50%, #f3f3f4 70%, #414245 100%);
|
2016-03-11 00:48:53 +00:00
|
|
|
-webkit-border-radius: 0.4em;
|
2016-09-14 12:04:28 +00:00
|
|
|
-moz-border-radius: 0.4em;
|
|
|
|
-ms-border-radius: 0.4em;
|
|
|
|
-o-border-radius: 0.4em;
|
2016-03-11 00:48:53 +00:00
|
|
|
border-radius: 0.4em;
|
2016-09-14 12:04:28 +00:00
|
|
|
-webkit-background-clip: padding;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 30, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-scroll-view {
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 1px;
|
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 1px;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.4) -1px 0 1px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-scroll-view:first-child {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 38, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker-bar {
|
|
|
|
border-top: 0.12em solid rgba(63, 71, 87, 0.7);
|
|
|
|
border-bottom: 0.12em solid rgba(63, 71, 87, 0.7);
|
|
|
|
height: 2.5em;
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.2em;
|
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.2em;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.2em;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(218, 223, 238, 0.45)), color-stop(50%, rgba(173, 180, 208, 0.45)), color-stop(51%, rgba(160, 167, 196, 0.45)), color-stop(100%, rgba(171, 175, 206, 0.45)));
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(218, 223, 238, 0.45) 0%, rgba(173, 180, 208, 0.45) 50%, rgba(160, 167, 196, 0.45) 51%, rgba(171, 175, 206, 0.45) 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(218, 223, 238, 0.45) 0%, rgba(173, 180, 208, 0.45) 50%, rgba(160, 167, 196, 0.45) 51%, rgba(171, 175, 206, 0.45) 100%);
|
|
|
|
background-image: -o-linear-gradient(top, rgba(218, 223, 238, 0.45) 0%, rgba(173, 180, 208, 0.45) 50%, rgba(160, 167, 196, 0.45) 51%, rgba(171, 175, 206, 0.45) 100%);
|
|
|
|
background-image: linear-gradient(top, rgba(218, 223, 238, 0.45) 0%, rgba(173, 180, 208, 0.45) 50%, rgba(160, 167, 196, 0.45) 51%, rgba(171, 175, 206, 0.45) 100%);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 49, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-use-titles .x-picker-bar {
|
|
|
|
margin-top: 1.5em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 54, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot-title {
|
|
|
|
height: 1.5em;
|
|
|
|
border-top: 1px solid #ab00aa;
|
|
|
|
border-bottom: 1px solid #450044;
|
|
|
|
padding: 0.2em 1.02em;
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0.1em 0.3em;
|
|
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0.1em 0.3em;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0px 0.1em 0.3em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 62, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot-title > div {
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: #110111;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 69, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/picker/_Picker.scss */
|
|
|
|
.x-picker-slot .x-dataview-item {
|
|
|
|
height: 2.5em;
|
|
|
|
line-height: 2.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 10px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @class Ext.slider.Slider
|
|
|
|
*/
|
|
|
|
/* line 9, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Slider.scss */
|
|
|
|
.x-slider,
|
|
|
|
.x-toggle {
|
|
|
|
height: 1.8em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 13, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Slider.scss */
|
|
|
|
.x-slider.x-item-disabled {
|
|
|
|
opacity: .6;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
|
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Slider.scss */
|
|
|
|
.x-thumb {
|
|
|
|
height: 1.8em;
|
|
|
|
width: 1.8em;
|
|
|
|
background: transparent none;
|
|
|
|
border: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 24, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Slider.scss */
|
|
|
|
.x-thumb:after {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 1.45em;
|
|
|
|
height: 1.45em;
|
|
|
|
top: 0.175em;
|
|
|
|
left: 0.175em;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afafaf), color-stop(100%, #f1f1f1));
|
|
|
|
background-image: -webkit-linear-gradient(top, #afafaf, #f1f1f1);
|
|
|
|
background-image: -moz-linear-gradient(top, #afafaf, #f1f1f1);
|
|
|
|
background-image: -o-linear-gradient(top, #afafaf, #f1f1f1);
|
|
|
|
background-image: linear-gradient(top, #afafaf, #f1f1f1);
|
|
|
|
-webkit-background-clip: padding;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-border-radius: 0.725em;
|
|
|
|
-moz-border-radius: 0.725em;
|
|
|
|
-ms-border-radius: 0.725em;
|
|
|
|
-o-border-radius: 0.725em;
|
|
|
|
border-radius: 0.725em;
|
|
|
|
}
|
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Slider.scss */
|
|
|
|
.x-thumb.x-dragging {
|
|
|
|
opacity: 1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 42, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Slider.scss */
|
|
|
|
.x-slider:before {
|
|
|
|
margin: 0 0.725em;
|
|
|
|
border: 0.1em solid #999999;
|
|
|
|
border-bottom: 0;
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: auto;
|
|
|
|
height: 0.5em;
|
|
|
|
top: 0.6875em;
|
|
|
|
left: 0;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3c3c3), color-stop(100%, #fdfdfd));
|
|
|
|
background-image: -webkit-linear-gradient(top, #c3c3c3, #fdfdfd);
|
|
|
|
background-image: -moz-linear-gradient(top, #c3c3c3, #fdfdfd);
|
|
|
|
background-image: -o-linear-gradient(top, #c3c3c3, #fdfdfd);
|
|
|
|
background-image: linear-gradient(top, #c3c3c3, #fdfdfd);
|
|
|
|
-webkit-box-shadow: #d1d1d1 0 0.1em 0;
|
|
|
|
-moz-box-shadow: #d1d1d1 0 0.1em 0;
|
|
|
|
box-shadow: #d1d1d1 0 0.1em 0;
|
|
|
|
-webkit-border-radius: 0.25em;
|
|
|
|
-moz-border-radius: 0.25em;
|
|
|
|
-ms-border-radius: 0.25em;
|
|
|
|
-o-border-radius: 0.25em;
|
|
|
|
border-radius: 0.25em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/**
|
|
|
|
* @class Ext.slider.Toggle
|
|
|
|
*/
|
|
|
|
/* line 5, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Toggle.scss */
|
|
|
|
.x-toggle {
|
|
|
|
width: 3.6em;
|
|
|
|
border: 1px solid #b7b7b7;
|
|
|
|
background-image: none;
|
|
|
|
background-color: #dddddd;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));
|
|
|
|
background-image: -webkit-linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
|
|
|
background-image: -moz-linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
|
|
|
background-image: -o-linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
|
|
|
background-image: linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
|
|
|
-webkit-border-radius: 0.9em;
|
|
|
|
-moz-border-radius: 0.9em;
|
|
|
|
-ms-border-radius: 0.9em;
|
|
|
|
-o-border-radius: 0.9em;
|
|
|
|
border-radius: 0.9em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 13, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Toggle.scss */
|
|
|
|
.x-toggle .x-thumb.x-dragging {
|
|
|
|
opacity: 1;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Toggle.scss */
|
|
|
|
.x-toggle .x-thumb:before {
|
|
|
|
top: 0.175em;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 23, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/slider/_Toggle.scss */
|
|
|
|
.x-toggle-on {
|
|
|
|
background-image: none;
|
|
|
|
background-color: #92cf00;
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));
|
|
|
|
background-image: -webkit-linear-gradient(top, #6e9c00, #80b500 10%, #92cf00 65%, #94d200);
|
|
|
|
background-image: -moz-linear-gradient(top, #6e9c00, #80b500 10%, #92cf00 65%, #94d200);
|
|
|
|
background-image: -o-linear-gradient(top, #6e9c00, #80b500 10%, #92cf00 65%, #94d200);
|
|
|
|
background-image: linear-gradient(top, #6e9c00, #80b500 10%, #92cf00 65%, #94d200);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 1, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tabbar {
|
|
|
|
min-height: 2.6em;
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f2f2f), color-stop(50%, #151515), color-stop(51%, #000000), color-stop(100%, #000000));
|
|
|
|
background-image: -webkit-linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: -moz-linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: -o-linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
|
|
|
background-image: linear-gradient(top, #2f2f2f 0%, #151515 50%, #000000 51%, #000000 100%);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 8, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab {
|
|
|
|
height: 2.1em;
|
|
|
|
margin: 0 0.2em;
|
|
|
|
border: 0;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-ms-border-radius: 4px;
|
|
|
|
-o-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: transparent;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 17, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab-active {
|
|
|
|
background: rgba(255, 255, 255, 0.15);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 22, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab .x-button-label, .x-tab .x-badge {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 8px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-09-14 12:04:28 +00:00
|
|
|
/* line 27, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab .x-button-icon {
|
|
|
|
display: block !important;
|
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
/* line 33, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab .x-button-icon .x-button-icon.x-hidden {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
/* line 37, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab .x-button-icon:before {
|
|
|
|
color: #949494;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
font-size: 1.4em;
|
|
|
|
line-height: 1.15em;
|
|
|
|
}
|
|
|
|
/* line 45, /Users/jamieavins/git/SDK/touch/resources/themes/stylesheets/sencha-touch/apple/src/tab/_Panel.scss */
|
|
|
|
.x-tab .x-badge {
|
|
|
|
top: -2px;
|
|
|
|
left: 55%;
|
|
|
|
right: auto;
|
|
|
|
max-width: 55%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|