-/*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
body {
font-family:'lucida grande',tahoma,arial,sans-serif;
font-size:11px;
background: #f9f9f9;
}
.x-tab-panel-header-plain .x-tab-strip-top {
- background: #DFE8F6 url(../../resources/images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important;
+ background: #DFE8F6 url(../../resources/themes/images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important;
}
.custom-accordion .x-panel-body{
background:#ffe;
.inner-tab-custom .x-border-layout-ct {
background: #fff;
}
+.x-panel-body .absolute-form-toolbar {
+ border-width: 0 0 1px 0 !important;
+}
+.absolute-form-panel-body,
+.absolute-form-panel-body .x-panel-body {
+ background: transparent;
+}
\ No newline at end of file