]> git.proxmox.com Git - sencha-touch.git/blame - src/resources/themes/stylesheets/sencha-touch/default/var/form/_FieldSet.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / default / var / form / _FieldSet.scss
CommitLineData
c4685c84
TL
1/**
2 * @class Ext.form.FieldSet
3 */
4
5/**
6 * @var {measurement} $form-fieldset-radius
7 * Default border-radius for form fieldsets.
8 */
9$form-fieldset-radius: .4em !default;
10
11 /**
12 * @var {color} $form-fieldset-border-color
13 * Default fieldset border color.
14 */
15$form-fieldset-border-color: $form-light !default;
16
17 /**
18 * @var {measurement} $form-fieldset-border-width
19 * Default fieldset border width.
20 */
21$form-fieldset-border-width: 1px !default;
22
23/**
24 * @var {boolean} $form-fieldset-title-text-shadow
25 * Default text shadow setting for the fieldset title.
26 */
27$form-fieldset-title-text-shadow: true !default;
28
29/**
30 * @var {color} $form-fieldset-title-color
31 * Default text color setting for the fieldset title.
32 */
33$form-fieldset-title-color: $form-dark !default;