macoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-services
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.
10 lines
276 B
10 lines
276 B
9 years ago
|
/** @class Ext.resizer.Splitter */
|
||
|
//
|
||
|
|
||
|
$splitter-size: 8px !default;
|
||
|
$collapse-tool-size: 48px !default;
|
||
|
|
||
|
$splitter-focus-outline-color: #fff !default;
|
||
|
$splitter-focus-outline-width: 1px !default;
|
||
|
$splitter-focus-outline-offset: -($splitter-focus-outline-width + 1) !default;
|