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.
21 lines
430 B
21 lines
430 B
/** |
|
* @class Ext.FocusManager |
|
*/ |
|
|
|
/** |
|
* @var {color} |
|
* The border-color of the focusFrame. See {@link #method-enable}. |
|
*/ |
|
$focus-frame-color: rgb(21, 66, 139) !default; |
|
|
|
/** |
|
* @var {color} |
|
* The border-style of the focusFrame. See {@link #method-enable}. |
|
*/ |
|
$focus-frame-style: solid !default; |
|
|
|
/** |
|
* @var {color} |
|
* The border-width of the focusFrame. See {@link #method-enable}. |
|
*/ |
|
$focus-frame-width: 2px !default; |