From 60caa0349416dad1a3a891e3c0e00d33d25d7a91 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Jun 2011 19:08:13 -0700 Subject: [PATCH] darkzero textareas hard to read --- view/theme/darkzero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index c92529f266..3459e74092 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -7,7 +7,7 @@ a:hover {text-decoration: underline; } input, select, textarea { background-color: #222222; - color: #FFFFFF; + color: #FFFFFF !important; border: 1px solid #444444; } .openid { background-color: #222222;}