]> git.proxmox.com Git - sencha-touch.git/blobdiff - src/resources/themes/stylesheets/sencha-touch/mountainview/var/picker/_Picker.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / mountainview / var / picker / _Picker.scss
diff --git a/src/resources/themes/stylesheets/sencha-touch/mountainview/var/picker/_Picker.scss b/src/resources/themes/stylesheets/sencha-touch/mountainview/var/picker/_Picker.scss
new file mode 100644 (file)
index 0000000..0b8adc6
--- /dev/null
@@ -0,0 +1,33 @@
+/**
+ * @class Ext.picker.Picker
+ */
+
+/**
+ * @var {measurement} $picker-row-height
+ * The height of each picker item
+ */
+$picker-row-height: 2.5em !default;
+
+/**
+ * @var {measurement} $picker-active-border-color
+ * The height of each picker item
+ */
+$picker-active-border-color: red !default;
+
+/**
+ * @var {measurement} $picker-sheet-radius
+ * The border radius size for the picker sheet
+ */
+$picker-sheet-radius: .4em !default;
+
+/**
+ * @var {color} $picker-title-color
+ * The color for picker titles
+ */
+// $picker-title-color: darken(desaturate($base-color, 10%), 25%) !default;
+
+/**
+ * @var {color} $picker-title-bg-color
+ * The background color for picker titles
+ */
+// $picker-title-bg-color: lighten(saturate($base-color, 10%), 5%) !default;