]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/grid/plugin/RowEditing.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / grid / plugin / RowEditing.scss
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.grid.plugin.RowEditing\r
3 */\r
4\r
5/**\r
6 * @var {color}\r
7 * The background-color of the RowEditor\r
8 */\r
9$grid-row-editor-background-color: dynamic($panel-frame-background-color);\r
10\r
11/**\r
12 * @var {color}\r
13 * The border-color of the RowEditor\r
14 */\r
15$grid-row-editor-border-color: dynamic($panel-border-color);\r
16\r
17/**\r
18 * @var {number}\r
19 * The border-width of the RowEditor\r
20 */\r
21$grid-row-editor-border-width: dynamic(1px);\r
22\r
23// private\r
24$grid-row-editor-border: dynamic($grid-row-editor-border-width solid $grid-row-editor-border-color);\r
25\r
26/**\r
27 * @var {number/list}\r
28 * The padding of the RowEditor\r
29 */\r
30$grid-row-editor-padding: dynamic(4px 0 4px 0);\r
31\r
32/**\r
33 * @var {number}\r
34 * The amount of space in between the editor fields\r
35 */\r
36$grid-row-editor-field-spacing: dynamic(2px);\r
37\r
38/**\r
39 * @var {number}\r
40 * The space between the RowEditor buttons\r
41 */\r
42$grid-row-editor-button-spacing: dynamic(4px);\r
43\r
44/**\r
45 * @var {number}\r
46 * The border-radius of the RowEditor button container\r
47 */\r
48$grid-row-editor-button-container-border-radius: dynamic(5px);\r
49\r
50/**\r
51 * @var {number/list}\r
52 * The padding of the RowEditor button container\r
53 */\r
54$grid-row-editor-button-container-padding: dynamic(4px);\r
55\r
56/**\r
57 * @var {number/list}\r
58 * Padding to apply to the body element of the error tooltip\r
59 */\r
60$grid-row-editor-error-tip-body-padding: dynamic(5px);\r
61\r
62/**\r
63 * @var {string}\r
64 * The list-style of the error tooltip's list items\r
65 */\r
66$grid-row-editor-error-tip-list-style: dynamic(disc);\r
67\r
68/**\r
69 * @var {number}\r
70 * Space to add before each list item on the error tooltip\r
71 */\r
72$grid-row-editor-error-tip-list-spacing: dynamic(15px);\r
73\r
74// private\r
75$grid-row-editor-field-padding:\r
76 top($grid-cell-field-padding)\r
77 max((right($grid-cell-field-padding) - ceil($grid-row-editor-field-spacing / 2)), 0)\r
78 bottom($grid-cell-field-padding)\r
79 max((left($grid-cell-field-padding) - floor($grid-row-editor-field-spacing / 2)), 0);\r