pointer cursor on sort triangles
diff --git a/planetstack/core/xoslib/static/css/xosDeveloper.css b/planetstack/core/xoslib/static/css/xosDeveloper.css
new file mode 100644
index 0000000..1bce877
--- /dev/null
+++ b/planetstack/core/xoslib/static/css/xosDeveloper.css
@@ -0,0 +1 @@
+#developerView .sort { cursor: pointer; }
diff --git a/planetstack/core/xoslib/static/js/xosDeveloper.js b/planetstack/core/xoslib/static/js/xosDeveloper.js
index 33c8b7d..94749f1 100644
--- a/planetstack/core/xoslib/static/js/xosDeveloper.js
+++ b/planetstack/core/xoslib/static/js/xosDeveloper.js
@@ -12,7 +12,7 @@
 
 DeveloperApp.SliceListView = Marionette.CompositeView.extend({
   tagName: "table",

-  className: "table-striped table-bordered",

+  className: "table table-bordered",

   template: "#developer-slicetable-template",

   childView: DeveloperApp.SliceDetailView,

   childViewContainer: "tbody",