ros.grant.common 2.0.1395 → 2.0.1396
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6422,12 +6422,12 @@ var LinkDialog = /** @class */ (function () {
|
|
|
6422
6422
|
var $container = this.options.dialogsInBody ? this.$body : this.$editor;
|
|
6423
6423
|
var body = [
|
|
6424
6424
|
'<div class="inputbox">',
|
|
6425
|
-
"<label>" + this.lang.link.textToDisplay + "</label>",
|
|
6426
|
-
'<input type="text" />',
|
|
6425
|
+
"<label class=\"note-form-label\">" + this.lang.link.textToDisplay + "</label>",
|
|
6426
|
+
'<input class="note-link-text form-control note-form-control note-input" type="text" />',
|
|
6427
6427
|
'</div>',
|
|
6428
6428
|
'<div class="inputbox">',
|
|
6429
|
-
"<label>" + this.lang.link.url + "</label>",
|
|
6430
|
-
'<input type="text" value="http://" />',
|
|
6429
|
+
"<label class=\"note-form-label\">" + this.lang.link.url + "</label>",
|
|
6430
|
+
'<input class="note-link-url form-control note-form-control note-input" type="text" value="http://" />',
|
|
6431
6431
|
'</div>',
|
|
6432
6432
|
!this.options.disableLinkTarget
|
|
6433
6433
|
? $$1('<div/>').append(this.ui.checkbox({
|
package/package.json
CHANGED