X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/resources/themes/stylesheets/ext4/default/widgets/_panel.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/_panel.scss b/resources/themes/stylesheets/ext4/default/widgets/_panel.scss index 70e4a7da..132bf6c9 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/_panel.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/_panel.scss @@ -137,7 +137,9 @@ 'default', $ui-base-color: $panel-base-color, + $ui-border-width: $panel-border-width, $ui-border-color: $panel-border-color, + $ui-border-radius: $panel-border-radius, $ui-header-color: $panel-header-color, $ui-header-font-size: $panel-header-font-size, @@ -313,26 +315,6 @@ } } - // TODO: Fix this genocide of Sass. - // and window stuff in here, wtf? - @if $include-webkit { - .#{$prefix}webkit { - #{$prefix}panel-ghost > div.#{$prefix}panel-body-#{$ui-label}, - #{$prefix}panel-ghost > div.#{$prefix}window-body-#{$ui-label} { - background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), color-stop(0.02, #E5ECF7), to(#B7CBE7)); - } - } - } - - @if $include-ff { - .#{$prefix}gecko { - .#{$prefix}panel-ghost > div.#{$prefix}panel-body-#{$ui-label}, - .#{$prefix}panel-ghost > div.#{$prefix}window-body-#{$ui-label} { - background-image: -moz-linear-gradient(#FFFFFF, #E5ECF7 2%, #B7CBE7); - } - } - } - @if $ui-border-radius != null { @include x-frame( 'panel',