From 0ed4703bd31112f12b178b50f311055390a01c6f Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 1 Jul 2013 18:26:33 -0400 Subject: [PATCH] Viewport messages: add a class to the dialog for easy styling --- src/viewer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/viewer.js b/src/viewer.js index 4451df3c..8ebbd2b3 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -1088,6 +1088,8 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype, this.messageDiv = $.makeCenteredNode( div ); + $.addClass(this.messageDiv, "openseadragon-message"); + this.container.appendChild( this.messageDiv ); },