From 4f3f74ffe8bfbddd326de5a34c773e112634a92f Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Wed, 28 Oct 2015 15:58:01 -0400 Subject: [PATCH] Making style of run all confirm buttons consistent. --- notebook/static/notebook/js/notebook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 27d3a49c1..b3ad0a7c1 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -1908,7 +1908,7 @@ define(function (require) { ), buttons : { "Restart" : { - "class" : "btn-warning", + "class" : "btn-danger", "click" : function () {}, }, }