facebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskype
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.
22 lines
538 B
22 lines
538 B
9 years ago
|
/**
|
||
|
* @class Ext.grid.locking.Lockable
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @var {number}
|
||
|
* The width of the border between the locked views
|
||
|
*/
|
||
|
$grid-lockable-separator-border-width: 1px !default;
|
||
|
|
||
|
/**
|
||
|
* @var {string}
|
||
|
* The border-style of the border between the locked views
|
||
|
*/
|
||
|
$grid-lockable-separator-border-style: solid !default;
|
||
|
|
||
|
/**
|
||
|
* @var {string}
|
||
|
* The border-color of the border between the locked views. Defaults to the
|
||
|
* panel border color. May be overridden in a theme.
|
||
|
*/
|
||
|
$grid-lockable-separator-border-color: $panel-border-color !default;
|