Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
394 B

/** @class Ext.grid.plugin.RowEditing */
//
$grid-row-editor-background-color: mix($base-light-color, $neutral-light-color, 30%) !default;
$grid-row-editor-padding: 5px 0 5px 0 !default;
$grid-row-editor-border-color: $neutral-color !default;
$grid-row-editor-field-spacing: 5px !default;
$grid-row-editor-button-spacing: 5px !default;
$grid-row-editor-button-container-padding: 5px !default;