From 609741573c40ef11732d8ae59317e1378f31686b Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 18 Aug 2011 17:11:57 -0700 Subject: [PATCH] darkzero - friend request - identity address invisible --- view/theme/darkzero/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 3459e740..b85a9aad 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -62,3 +62,7 @@ footer { } +input#dfrn-url { + background-color: #222222; + color: #FFFFFF !important; +}