[Spice-devel] [PATCH spice-html5 3/3] Hide the message console by default.
Jeremy White
jwhite at codeweavers.com
Thu Feb 14 18:55:11 UTC 2019
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
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>
--
2.11.0
More information about the Spice-devel
mailing list