2 background: $panel-background;
5 border:1px solid wha(.15);
20 @include background($gloss-gradient);
21 @include box-shadow(0 1px 0 0 bla(.35));
22 border-top:1px solid #FFF;
23 line-height: $panel-header-height;
24 height: $panel-header-height;
25 padding: $panel-header-padding;
28 .x-panel-header-vertical{
29 @include background($gloss-vertical-gradient);
34 padding: $panel-body-padding;
39 .x-panel-default-framed{
40 border:1px solid wha(.5);
41 border-top-color: wha(1);
42 @include border-radius($base-border-radius-width $base-border-radius-width 0 0);
45 .x-panel-default-framed .x-panel-header{
47 @include border-radius($base-border-radius-width $base-border-radius-width 0 0);
59 background:#333 !important;
60 @include background-image($gloss-gradient !important);
61 @include border-radius(4px);
62 @include box-shadow(0 0 0 1px bla(.75));
63 border:1px solid #333 !important;
64 border-top:1px solid #888 !important;
66 background-color:#000 !important;
67 @include border-radius(3px);
68 border:1px solid #333 !important;
69 border-bottom:1px solid #888 !important;
70 color:#CCC !important;