messengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscord
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
1.1 KiB
22 lines
1.1 KiB
/** @class Ext.toolbar.Toolbar */ |
|
// |
|
|
|
$toolbar-font-size: ceil($font-size * .9) !default; |
|
$toolbar-text-font-size: ceil($font-size * .9) !default; |
|
$toolbar-background-color: adjust-color($base-color, $hue: -1.333deg, $saturation: -3.831%, $lightness: 4.51%) !default; |
|
$toolbar-background-gradient: color_stops(lighten($toolbar-background-color, 3), $toolbar-background-color) !default; |
|
$toolbar-scroller-top-margin: 5px 0 !default; |
|
$toolbar-scroller-right-margin: 0 !default; |
|
$toolbar-scroller-bottom-margin: 5px 0 !default; |
|
$toolbar-scroller-left-margin: 0 !default; |
|
$toolbar-scroller-vertical-height: 5px !default; |
|
$toolbar-scroller-vertical-width: 35px !default; |
|
|
|
$toolbar-scroller-opacity: 1 !default; |
|
$toolbar-scroller-opacity-disabled: .5 !default; |
|
$toolbar-scroller-opacity-pressed: 1 !default; |
|
$toolbar-scroller-opacity-over: 1 !default; |
|
// this should be the same as panel border color, but it can't reuse the $panel-border-color |
|
// var because toolbar cannot depend on panel |
|
$toolbar-border-color: adjust-color($base-color, $hue: 0deg, $saturation: 7.644%, $lightness: -8.627%) !default; |
|
$toolbar-classic-scrollers: true !default;
|
|
|