[Libreoffice-commits] online.git: loleaflet/src

Grzegorz Araminowicz (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 18 13:06:37 UTC 2019


 loleaflet/src/control/Toolbar.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a9f8c321a2fffa009656a97d94ee956d6a604315
Author:     Grzegorz Araminowicz <grzegorz.araminowicz at collabora.com>
AuthorDate: Fri Oct 18 15:04:26 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Oct 18 15:06:19 2019 +0200

    hyperlink dialog div class
    
    Change-Id: Iee2c260c940b15c9729eca37e9f04060bfbaa2e9
    Reviewed-on: https://gerrit.libreoffice.org/81043
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index 18ad41850..2628a5190 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -351,6 +351,7 @@ L.Map.include({
 	showHyperlinkDialog: function() {
 		var map = this;
 		vex.dialog.open({
+			contentClassName: 'hyperlink-dialog',
 			message: _('Insert hyperlink'),
 			input: [
 				_('Text') + '<input name="text" type="text"/>',


More information about the Libreoffice-commits mailing list