]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/form/FieldSet.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / form / FieldSet.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.form.FieldSet\r
3 */\r
4\r
5/**\r
6 * @var {number}\r
7 * The font-size of the FieldSet header\r
8 */\r
9$fieldset-header-font-size: dynamic(ceil($font-size * .9));\r
10\r
11/**\r
12 * @var {string}\r
13 * The font-weight of the FieldSet header\r
14 */\r
15$fieldset-header-font-weight: dynamic($font-weight);\r
16\r
17/**\r
18 * @var {string}\r
19 * The font-family of the FieldSet header\r
20 */\r
21$fieldset-header-font-family: dynamic($font-family);\r
22\r
23/**\r
24 * @var {number/string}\r
25 * The line-height of the FieldSet header\r
26 */\r
27$fieldset-header-line-height: dynamic(14px);\r
28\r
29/**\r
30 * @var {color}\r
31 * The text color of the FieldSet header\r
32 */\r
33$fieldset-header-color: dynamic(adjust-color($base-color, $hue: 3.785deg, $saturation: 18.194%, $lightness: -52.745%));\r
34\r
35/**\r
36 * @var {number}\r
37 * The border-width of the FieldSet\r
38 */\r
39$fieldset-border-width: dynamic(1px);\r
40\r
41/**\r
42 * @var {string}\r
43 * The border-style of the FieldSet\r
44 */\r
45$fieldset-border-style: dynamic(solid);\r
46\r
47/**\r
48 * @var {color}\r
49 * The border-color of the FieldSet\r
50 */\r
51$fieldset-border-color: dynamic(#B5B8C8);\r
52\r
53/**\r
54 * @var {number}\r
55 * The border radius of FieldSet elements.\r
56 */\r
57$fieldset-border-radius: dynamic(0);\r
58\r
59/**\r
60 * @var {number/list}\r
61 * The FieldSet's padding\r
62 */\r
63$fieldset-padding: dynamic(0 10px);\r
64\r
65/**\r
66 * @var {number/list}\r
67 * The FieldSet's margin\r
68 */\r
69$fieldset-margin: dynamic(0 0 10px);\r
70\r
71/**\r
72 * @var {number/list}\r
73 * The padding to apply to the FieldSet's header\r
74 */\r
75$fieldset-header-padding: dynamic(0 3px 1px);\r
76\r
77/**\r
78 * @var {number}\r
79 * The size of the FieldSet's collapse tool\r
80 */\r
81$fieldset-collapse-tool-size: dynamic(15px);\r
82\r
83/**\r
84 * @var {number/list}\r
85 * The margin to apply to the FieldSet's collapse tool\r
86 */\r
87$fieldset-collapse-tool-margin: dynamic(1px 3px 0 0);\r
88\r
89/**\r
90 * @var {number/list}\r
91 * The padding to apply to the FieldSet's collapse tool\r
92 */\r
93$fieldset-collapse-tool-padding: dynamic(0);\r
94\r
95/**\r
96 * @var {string} $fieldset-collapse-tool-background-image\r
97 * The background-image to use for the collapse tool. If 'none' the default tool\r
98 * sprite will be used. Defaults to 'none'.\r
99 */\r
100$fieldset-collapse-tool-background-image: dynamic('none');\r
101\r
102/**\r
103 * @var {number}\r
104 * The opacity of the FieldSet's collapse tool\r
105 */\r
106$fieldset-collapse-tool-opacity: dynamic(1);\r
107\r
108/**\r
109 * @var {number}\r
110 * The opacity of the FieldSet's collapse tool when hovered\r
111 */\r
112$fieldset-collapse-tool-opacity-over: dynamic(1);\r
113\r
114/**\r
115 * @var {number}\r
116 * The opacity of the FieldSet's collapse tool when pressed\r
117 */\r
118$fieldset-collapse-tool-opacity-pressed: dynamic(1);\r
119\r
120/**\r
121 * @var {number}\r
122 * The font size to use for the collapse/expand tool icon when {@link Global_CSS#$enable-font-icons} is `true`.\r
123 */\r
124$fieldset-tool-glyph-font-size: dynamic(16px);\r
125\r
126/**\r
127 * @var {color}\r
128 * The color to use for the collapse/expand tool icon when {@link Global_CSS#$enable-font-icons} is `true`.\r
129 */\r
130$fieldset-tool-glyph-color: dynamic($fieldset-header-color);\r
131\r
132/**\r
133 * @var {string/list}\r
134 * Glyph for the "expand" tool icon when {@link Global_CSS#$enable-font-icons} is `true`.\r
135 */\r
136$fieldset-tool-expand-glyph: dynamic($fa-var-caret-down $fieldset-tool-glyph-font-size $font-icon-font-family);\r
137\r
138/**\r
139 * @var {string/list}\r
140 * Glyph for the "collapse" tool icon when {@link Global_CSS#$enable-font-icons} is `true`.\r
141 */\r
142$fieldset-tool-collapse-glyph: dynamic($fa-var-caret-up $fieldset-tool-glyph-font-size $font-icon-font-family);\r
143\r
144/**\r
145 * @var {number/list}\r
146 * The margin to apply to the FieldSet's checkbox (for FieldSets that use\r
147 * {@link #checkboxToggle})\r
148 */\r
149$fieldset-checkbox-margin: dynamic($fieldset-collapse-tool-margin);\r
150\r
151$fieldset-use-standard-tool-background-positions: dynamic(false);\r
152\r
153/**\r
154 * @var {boolean}\r
155 * True to include the "default" fieldset UI\r
156 */\r
157$include-fieldset-default-ui: dynamic($include-field-default-ui);\r