]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-base/sass/src/grid/plugin/Editing.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-base / sass / src / grid / plugin / Editing.scss
CommitLineData
6527f429
DM
1/*\r
2 * Rules for fields which are rendered to fit inside grid cells.\r
3 * This includes cell and row editor fields and fields in widget columns.\r
4 */\r
5\r
6@if $include-ext-form-field-checkbox {\r
7 .#{$prefix}grid-editor .#{$prefix}form-cb-wrap {\r
8 text-align: center;\r
9 } \r
10\r
11 // Checkboxes are now absolutely positioned so reset the positioning (see EXTJSIV-10302).\r
12 .#{$prefix}grid-editor .#{$prefix}form-cb {\r
13 position: static;\r
14 display: inline-block;\r
15 } \r
16}\r
17\r
18@if $include-ext-form-field-display {\r
19 .#{$prefix}grid-editor {\r
20 .#{$prefix}form-display-field {\r
21 margin: 0;\r
22 white-space: nowrap;\r
23 overflow: hidden;\r
24 }\r
25\r
26 @if $include-ext-grid-column-action {\r
27 // include tag name to increase specificity over rules in neutral theme\r
28 div.#{$prefix}form-action-col-field {\r
29 line-height: 0;\r
30 }\r
31 }\r
32 }\r
33}