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.
12 lines
405 B
12 lines
405 B
/** @class Ext.tab.Bar */ |
|
// |
|
|
|
$tabbar-padding: 1px 0 0 !default; |
|
$tabbar-base-color: adjust-color($panel-base-color, $hue: 0deg, $saturation: -3.156%, $lightness: -5.294%) !default; |
|
|
|
$tabbar-scroller-opacity-disabled: .5 !default; |
|
$tabbar-scroller-symmetrical-icons: false !default; |
|
$tabbar-classic-scrollers: true !default; |
|
|
|
$tabbar-scroller-width: 18px !default; |
|
$tabbar-scroller-height: auto !default;
|
|
|