summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cbosdonnat@suse.com>2019-02-14 10:44:44 +0100
committerJeremy White <jwhite@codeweavers.com>2019-02-14 12:45:57 -0600
commit629edd57b6a0639273a934f759c55405c16cb2bf (patch)
tree7d2fd41c8efc6ab218678625e610e5b5bf115196
parentf9f700ee549d9d0fd08263f36bbebebe6b011789 (diff)
CSS: don't force the background color or inputs
When forcing the background of the input fields, this makes them unreadable for dark themed browsers. Signed-off-by: Jeremy White <jwhite@codeweavers.com>
-rw-r--r--spice.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/spice.css b/spice.css
index ee1b2f3..4c61cb3 100644
--- a/spice.css
+++ b/spice.css
@@ -36,7 +36,6 @@ body
#login input
{
padding: 5px;
- background-color: #fAfAfA;
border: 1px inset #999999;
outline: none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;