]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add v-paintable class name to the inputs in the login form (#8313)
authorLeif Åstrand <leif@vaadin.com>
Fri, 17 Feb 2012 11:19:16 +0000 (13:19 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 17 Feb 2012 11:19:16 +0000 (13:19 +0200)
src/com/vaadin/ui/LoginForm.java

index 7eaeb824c96587ffa4e87e7bc209ef53d35c29ed..69c373cc7c66e71f2a39bd255aec5fd50f2f1a09 100644 (file)
@@ -158,11 +158,11 @@ public class LoginForm extends CustomComponent {
                     + "<div>"
                     + usernameCaption
                     + "</div><div >"
-                    + "<input class='v-textfield' style='display:block;' type='text' name='username'></div>"
+                    + "<input class='v-textfield v-paintable' style='display:block;' type='text' name='username'></div>"
                     + "<div>"
                     + passwordCaption
                     + "</div>"
-                    + "<div><input class='v-textfield' style='display:block;' type='password' name='password'></div>"
+                    + "<div><input class='v-textfield v-paintable' style='display:block;' type='password' name='password'></div>"
                     + "<div><div onclick=\"document.forms[0].submit();\" tabindex=\"0\" class=\"v-button\" role=\"button\" ><span class=\"v-button-wrap\"><span class=\"v-button-caption\">"
                     + loginButtonCaption
                     + "</span></span></div></div></form></div>" + "</body></html>")