Roo/bootstrap/PagingToolbar.js
authorAlan Knowles <alan@roojs.com>
Wed, 28 Nov 2018 08:44:08 +0000 (16:44 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Nov 2018 08:44:08 +0000 (16:44 +0800)
Roo/bootstrap/PagingToolbar.js

index ccf4195..6d2e6ff 100644 (file)
@@ -184,7 +184,7 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, {
         //this.addSeparator();
         this.next = this.navgroup.addItem({
             tooltip: this.nextText,
-            cls: "next",
+            cls: "next btn-outline-secondary",
             html : ' <i class="fa fa-forward">',
             disabled: true,
             preventDefault: true,
@@ -193,7 +193,7 @@ Roo.extend(Roo.bootstrap.PagingToolbar, Roo.bootstrap.NavSimplebar, {
         this.last = this.navgroup.addItem({
             tooltip: this.lastText,
             icon : 'fa fa-step-forward',
-            cls: "next",
+            cls: "next btn-outline-secondary",
             disabled: true,
             preventDefault: true,
             listeners : { click :  this.onClick.createDelegate(this, ["last"]) }