mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Viewport messages: add a class to the dialog for easy styling
This commit is contained in:
parent
7048cda69e
commit
0ed4703bd3
@ -1088,6 +1088,8 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
|
|||||||
|
|
||||||
this.messageDiv = $.makeCenteredNode( div );
|
this.messageDiv = $.makeCenteredNode( div );
|
||||||
|
|
||||||
|
$.addClass(this.messageDiv, "openseadragon-message");
|
||||||
|
|
||||||
this.container.appendChild( this.messageDiv );
|
this.container.appendChild( this.messageDiv );
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user