File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed
styles/web/Default/pivotgrid Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 4141 table-layout : fixed ;
4242
4343 th {
44+ font-weight : 400 ;
45+ text-transform : initial ;
46+ }
47+
48+ .k-pivotgrid-header-root {
4449 font-weight : 600 ;
4550 text-transform : uppercase ;
4651 }
138143// Configurator
139144.k-pivotgrid-configurator {
140145 display : flex ;
146+ border : none ;
147+ box-shadow : none ;
141148}
142149
143150.k-pivotgrid-configurator-panel {
159166 box-sizing : border-box ;
160167 cursor : pointer ;
161168
169+ > span {
170+ align-items : center ;
171+ justify-content : center ;
172+ display : flex ;
173+ gap : calc ( @pivotgrid-spacer / 2 );
174+ }
175+
162176 .k-flex-row & ,
163177 .k-flex-row-reverse & {
164178 display : flex ;
287301 padding : @pivotgrid-treeview-padding-y @pivotgrid-treeview-padding-x ;
288302 overflow : auto ;
289303 }
304+
305+ .k-treeview .k-in .k-checkbox-wrapper {
306+ display : inline-flex ;
307+ }
290308}
291309
292310.k-pivotgrid-configurator-actions {
432450 position : relative ;
433451}
434452
453+ // Column Menu
454+ .k-pivotgrid-column-menu {
455+ border : none ;
456+ }
457+
458+ .k-pivotgrid-column-menu .k-item {
459+ float : initial ;
460+ border : none ;
461+ }
462+
463+ .k-pivotgrid-column-menu-popup.k-state-focused {
464+ box-shadow : none ;
465+ }
466+
467+ .k-pivotgrid-column-menu .k-actions {
468+ padding : calc ( @pivotgrid-configurator-actions-padding-y / 2 ) @pivotgrid-configurator-actions-padding-x ;
469+ }
470+
471+ .k-pivotgrid-column-menu.k-column-menu .k-animation-container-relative {
472+ position : relative ;
473+ display : inline-block ;
474+ }
475+
476+ .k-pivotgrid-column-menu-popup .k-filter-menu {
477+ margin : 0 ;
478+ padding : 0 ;
479+ background-color : inherit ;
480+ }
481+
482+ .k-pivotgrid-column-menu-popup .k-filer-menu .k-filter-menu-container {
483+ padding : calc ( @pivotgrid-configurator-actions-padding-y / 2 ) @pivotgrid-configurator-actions-padding-x
484+ }
485+
486+ .k-pivotgrid-column-menu-popup .k-filter-menu-container .k-actions {
487+ margin : 0 ;
488+ padding : calc ( @pivotgrid-configurator-actions-padding-y / 2 ) 0 0 ;
489+ }
490+
491+
435492// Export
436493.k-pdf-export-shadow {
437494
Original file line number Diff line number Diff line change 144144 .box-shadow ( @pivotgrid-configurator-bottom-shadow );
145145 }
146146}
147+
148+ // Column Menu
149+ .k-pivotgrid-column-menu .k-actions {
150+ .fill ( @border : @component-border );
151+ }
You can’t perform that action at this time.
0 commit comments