@@ -132,9 +132,6 @@ Ext.define('saas.view.core.report.ReportPanel', {
store: store,
columns: me.initColumns(),
dockedItems: [{
- style: {
- 'border-top': '1px solid #35baf6 !important'
- },
xtype: 'pagingtoolbar',
dock: 'bottom',
displayInfo: true,
@@ -29,6 +29,11 @@
border-bottom: 1px solid #999;
}
+
+ .x-toolbar-docked-bottom {
+ border-color: #999 !important;
+ border-width: 1px !important;
+ }