GUACAMOLE-292: Add support for email fields.

This commit is contained in:
Michael Jumper
2017-02-22 01:04:27 -08:00
parent afd051e59f
commit 8830123c9b
8 changed files with 73 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
/* Do not stretch attributes to fit available area */
.attributes input[type=text],
.attributes input[type=email],
.attributes input[type=password],
.attributes input[type=number] {
width: auto;

View File

@@ -19,6 +19,7 @@
/* Do not stretch connection parameters to fit available area */
.connection-parameters input[type=text],
.connection-parameters input[type=email],
.connection-parameters input[type=password],
.connection-parameters input[type=number] {
width: auto;