New to Kendo UI for Vue? Start a free 30-day trial

Customizing Filemanager

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-file-manager-spacermap.get( $kendo-spacing, 4 )
Description
The space between the FileManager items.
$kendo-file-manager-border-width1px
Description
The border width of the FileManager.
$kendo-file-manager-font-familyvar( --kendo-font-family, normal )
Description
The font family of the FileManager.
$kendo-file-manager-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the FileManager.
$kendo-file-manager-line-heightvar( --kendo-line-height, normal )
Description
The line height of the FileManager.
$kendo-file-manager-bgvar( --kendo-component-bg, transparent )
Description
The background color of the FileManager.
$kendo-file-manager-textvar( --kendo-component-text, inherit )
Description
The text color of the FileManager.
$kendo-file-manager-bordervar( --kendo-component-border, inherit )
Description
The border color of the FileManager.
$kendo-file-manager-toolbar-border-width$kendo-file-manager-border-width
Description
The border width of the FileManager Toolbar.
$kendo-file-manager-toolbar-bg$kendo-toolbar-bg
Description
The background color of the FileManager Toolbar.
$kendo-file-manager-toolbar-text$kendo-toolbar-text
Description
The text color of the FileManager Toolbar.
$kendo-file-manager-toolbar-border$kendo-toolbar-border
Description
The border color of the FileManager Toolbar.
$kendo-file-manager-navigation-padding-x$kendo-file-manager-spacer
Description
The horizontal padding of the FileManager Navigation.
$kendo-file-manager-navigation-padding-y$kendo-file-manager-spacer
Description
The vertical padding of the FileManager Navigation.
$kendo-file-manager-navigation-width20%
Description
The width of the FileManager Navigation.
$kendo-file-manager-navigation-border-width$kendo-file-manager-border-width
Description
The border width of the FileManager Navigation.
$kendo-file-manager-navigation-bgtransparent
Description
The background color of the FileManager Navigation.
$kendo-file-manager-navigation-textinherit
Description
The text color of the FileManager Navigation.
$kendo-file-manager-navigation-borderinherit
Description
The border color of the FileManager Navigation.
$kendo-file-manager-breadcrumb-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-border-width$kendo-file-manager-border-width
Description
The border width of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-bg$kendo-toolbar-bg
Description
The background color of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-textinherit
Description
The text color of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-borderinherit
Description
The border color of the FileManager Breadcrumb.
$kendo-file-manager-listview-bgtransparent
Description
The background color of the FileManager ListView.
$kendo-file-manager-listview-textinherit
Description
The text color of the FileManager ListView.
$kendo-file-manager-listview-borderinherit
Description
The border color of the FileManager ListView.
$kendo-file-manager-listview-item-padding-xmap.get( $kendo-spacing, 4 )
Description
The horizontal padding of the FileManager ListView item.
$kendo-file-manager-listview-item-padding-ymap.get( $kendo-spacing, 4 )
Description
The vertical padding of the FileManager ListView item.
$kendo-file-manager-listview-item-width120px
Description
The width of the FileManager ListView item.
$kendo-file-manager-listview-item-height120px
Description
The height of the FileManager ListView item.
$kendo-file-manager-listview-item-icon-bgtransparent
Description
The background color of the FileManager ListView item icon.
$kendo-file-manager-listview-item-icon-textvar( --kendo-subtle-text, inherit )
Description
The text color of the FileManager ListView item icon.
$kendo-file-manager-listview-item-icon-borderinherit
Description
The border color of the FileManager ListView item icon.
$kendo-file-manager-listview-item-icon-focus-bgtransparent
Description
The background color of the FileManager focused ListView item icon.
$kendo-file-manager-listview-item-icon-focus-textinherit
Description
The text color of the FileManager focused ListView item icon.
$kendo-file-manager-listview-item-icon-focus-borderinherit
Description
The border color of the FileManager focused ListView item icon.
$kendo-file-manager-listview-item-icon-selected-bgtransparent
Description
Background color of the FileManager selected ListView item icon.
$kendo-file-manager-listview-item-icon-selected-textinherit
Description
Text color of the FileManager selected ListView item icon.
$kendo-file-manager-listview-item-icon-selected-borderinherit
Description
Border color of the FileManager selected ListView item icon.
$kendo-file-manager-grid-bgtransparent
Description
The background color of the FileManager Grid.
$kendo-file-manager-grid-textinherit
Description
The text color of the FileManager Grid.
$kendo-file-manager-grid-borderinherit
Description
The border color of the FileManager Grid.
$kendo-file-manager-preview-padding-x$kendo-file-manager-spacer
Description
The horizontal padding of the FileManager preview.
$kendo-file-manager-preview-padding-y$kendo-file-manager-spacer
Description
The vertical padding of the FileManager preview.
$kendo-file-manager-preview-width20%
Description
The width of the FileManager preview.
$kendo-file-manager-preview-border-width$kendo-file-manager-border-width
Description
The border width of the FileManager preview.
$kendo-file-manager-preview-spacing$kendo-file-manager-spacer
Description
The spacing of the FileManager preview.
$kendo-file-manager-preview-column-gapmap.get( $kendo-spacing, 1 )
Description
The gap between the columns in the FileManager preview.
$kendo-file-manager-preview-bgtransparent
Description
The background color of the FileManager preview.
$kendo-file-manager-preview-textinherit
Description
The text color of the FileManager preview.
$kendo-file-manager-preview-borderinherit
Description
The border color of the FileManager preview.
$kendo-file-manager-preview-icon-bgtransparent
Description
The background color of the FileManager preview icon.
$kendo-file-manager-preview-icon-textvar( --kendo-subtle-text, inherit )
Description
The text color of the FileManager preview icon.
$kendo-file-manager-preview-icon-borderinherit
Description
The border color of the FileManager preview icon.

In this article

Not finding the help you need?