]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/selection/CheckboxModel.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / selection / CheckboxModel.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.selection.CheckboxModel\r
3 */\r
4\r
5/**\r
6 * @var {number}\r
7 * The horizontal space before the checkbox\r
8 */\r
9$checkbox-selection-model-cell-spacing-before: dynamic(5px);\r
10\r
11/**\r
12 * @var {number}\r
13 * The horizontal space after the checkbox\r
14 */\r
15$checkbox-selection-model-cell-spacing-after: dynamic(5px);\r
16\r
17// private\r
18$checkbox-selection-model-column-header-padding:\r
19 max(ceil(($grid-header-height - $form-checkbox-size) / 2), 0)\r
20 $checkbox-selection-model-cell-spacing-after\r
21 max(floor(($grid-header-height - $form-checkbox-size) / 2), 0)\r
22 $checkbox-selection-model-cell-spacing-before;\r
23\r
24// private\r
25$checkbox-selection-model-cell-padding:\r
26 max(ceil(($grid-row-height - $form-checkbox-size) / 2), 0)\r
27 $checkbox-selection-model-cell-spacing-after\r
28 max(floor(($grid-row-height - $form-checkbox-size) / 2), 0)\r
29 $checkbox-selection-model-cell-spacing-before;\r
30\r
31/**\r
32 * @var {color}\r
33 * The color to use for the checkbox when {@link Global_CSS#$enable-font-icons} is `true`.\r
34 */\r
35$checkbox-selection-model-glyph-color: dynamic($form-checkbox-glyph-color);\r
36\r
37/**\r
38 * @var {string/list}\r
39 * The glyph for the checkbox when {@link Global_CSS#$enable-font-icons} is `true`.\r
40 */\r
41$checkbox-selection-model-glyph: dynamic($form-checkbox-glyph);\r
42\r
43/**\r
44 * @var {string/list}\r
45 * The glyph for the checkbox in "checked" state when {@link Global_CSS#$enable-font-icons} is `true`.\r
46 */\r
47$checkbox-selection-model-checked-glyph: dynamic($form-checkbox-checked-glyph);\r