whatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinbox
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.
11 lines
573 B
11 lines
573 B
9 years ago
|
/** @class Ext.view.BoundList */
|
||
|
//
|
||
|
|
||
|
$boundlist-item-height: 24px !default;
|
||
|
$boundlist-item-padding: 0 6px !default;
|
||
|
$boundlist-background-color: #fff !default;
|
||
|
$boundlist-item-border-color: $boundlist-background-color !default;
|
||
|
$boundlist-item-over-background-color: mix(#fff, $base-light-color, 50%) !default;
|
||
|
$boundlist-item-selected-background-color: mix(#fff, $base-light-color, 25%) !default;
|
||
|
$boundlist-item-over-border-color: $boundlist-item-over-background-color !default;
|
||
|
$boundlist-item-selected-border-color: $boundlist-item-selected-background-color !default;
|