On Thu, 2019-02-14 at 12:55 -0600, Jeremy White wrote: > Signed-off-by: Jeremy White <jwhite@xxxxxxxxxxxxxxx> > --- > spice.css | 2 ++ > spice.html | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/spice.css b/spice.css > index 4c61cb3..968ba16 100644 > --- a/spice.css > +++ b/spice.css > @@ -103,6 +103,8 @@ body > -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); > -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); > box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); > + /* We default the message box to hidden. */ > + display: none; > } > .spice-message p { > margin-bottom: 0em; > diff --git a/spice.html b/spice.html > index d744ef9..177cfc2 100644 > --- a/spice.html > +++ b/spice.html > @@ -176,7 +176,7 @@ > <label for="host">Host:</label> <input type='text' > id='host' value='localhost'> <!-- localhost --> > <label for="port">Port:</label> <input type='text' > id='port' value='5959'> > <label for="password">Password:</label> <input > type='password' id='password' value=''> > - <label for="show_console">Show console </label><input > type="checkbox" id="show_console" value="1"" checked> > + <label for="show_console">Show console </label><input > type="checkbox" id="show_console" value="1""> > <button id="connectButton">Start</button> > </div> > ACK -- Cedric _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel