From bb0b34512f2ae17fa0fdf2dc12351466b5e31be8 Mon Sep 17 00:00:00 2001 From: nightwing Date: Wed, 9 Mar 2016 16:13:58 +0400 Subject: [PATCH] use password skin for password input --- plugins/c9.ide.ui/forms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.ide.ui/forms.js b/plugins/c9.ide.ui/forms.js index 959e0d45..a8d916bd 100644 --- a/plugins/c9.ide.ui/forms.js +++ b/plugins/c9.ide.ui/forms.js @@ -317,7 +317,7 @@ define(function(require, exports, module) { childNodes = [ new ui.label({ width : width, maxwidth: maxwidth, caption: name + ":" }), new ui.password({ - skin: skins.textbox || "searchbox", + skin: skins.password || "forminput", width: options.width || widths.password, value: options.path ? createBind(options.path)