1 @mixin extjs-reset-extras {
2 .#{$prefix}border-box {
5 .#{$prefix}tab-default-top {
6 height: $tab-height + top($tabbar-top-strip-border-width);
8 .#{$prefix}tab-default-bottom {
9 height: $tab-height + bottom($tabbar-bottom-strip-border-width);
13 .#{$prefix}tip-anchor {
19 .#{$prefix}form-text {
20 height: $form-field-height;
23 textarea.#{$prefix}form-field {
27 .#{$prefix}field-default-toolbar .#{$prefix}form-text {
28 height: $form-toolbar-field-height;
32 .#{$prefix}form-trigger {
33 height: $form-trigger-height;
36 .#{$prefix}field-default-toolbar .#{$prefix}form-trigger {
37 height: $form-toolbar-trigger-height;
41 @if $include-ie or $compile-all {
43 .#{$prefix}grid-header-ct {
56 outline:none !important;
61 .#{$prefix}form-empty-field {
66 .#{$prefix}fieldset-header {
73 @include tab-bar-top-reset(
77 $tabbar-top-body-padding,
78 $tabbar-top-body-border-width,
79 $tabbar-top-strip-border-width,
82 @include tab-bar-top-reset(
84 "tab-bar-body-default-plain",
85 "tab-bar-strip-default-plain",
86 $tabbar-top-plain-body-padding,
87 $tabbar-top-plain-body-border-width,
88 $tabbar-top-strip-border-width,
93 @include tab-bar-bottom-reset(
97 $tabbar-bottom-body-padding,
98 $tabbar-bottom-body-border-width,
99 $tabbar-bottom-strip-border-width,
103 @include tab-bar-bottom-reset(
105 "tab-bar-body-default-plain",
106 "tab-bar-strip-default-plain",
107 $tabbar-bottom-plain-body-padding,
108 $tabbar-bottom-plain-body-border-width,
109 $tabbar-bottom-strip-border-width,
114 @mixin tab-bar-top-reset($toolbarCls, $bodyCls, $stripCls, $body-padding, $body-border-width, $strip-border-width, $strip-height) {
115 .#{$prefix}border-box {
117 .#{$prefix}#{$toolbarCls} {
118 .#{$prefix}#{$bodyCls} {
119 height: $tab-height + vertical($body-border-width) + vertical($body-padding);
122 .#{$prefix}#{$stripCls} {
123 height: $strip-height;
130 @mixin tab-bar-bottom-reset($toolbarCls, $bodyCls, $stripCls, $body-padding, $body-border-width, $strip-border-width, $strip-height) {
131 .#{$prefix}border-box {
133 .#{$prefix}#{$toolbarCls} {
134 .#{$prefix}#{$bodyCls} {
135 height: $tab-height + vertical($body-border-width) + vertical($body-padding);
138 .#{$prefix}#{$stripCls} {
139 height: $strip-height;