mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Viewport messages: add a class to the dialog for easy styling
This commit is contained in:
parent
7048cda69e
commit
0ed4703bd3
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue