[Spice-devel] [spice-html5][PATCH v2 01/13] CSS: don't force the background color or inputs
Cédric Bosdonnat
cbosdonnat at suse.com
Thu Feb 14 09:44:44 UTC 2019
When forcing the background of the input fields, this makes them
unreadable for dark themed browsers.
---
spice.css | 1 -
1 file changed, 1 deletion(-)
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;
--
2.19.2
More information about the Spice-devel
mailing list