diff options
author | Friendika <info@friendika.com> | 2011-08-18 17:11:57 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-18 17:11:57 -0700 |
commit | 609741573c40ef11732d8ae59317e1378f31686b (patch) | |
tree | f083db1b3a571c11e6169e0966e5626f14d0fc6c /view/theme | |
parent | 2d90068ec2b4fc6c918c87fc9321c3954da6a26f (diff) | |
download | volse-hubzilla-609741573c40ef11732d8ae59317e1378f31686b.tar.gz volse-hubzilla-609741573c40ef11732d8ae59317e1378f31686b.tar.bz2 volse-hubzilla-609741573c40ef11732d8ae59317e1378f31686b.zip |
darkzero - friend request - identity address invisible
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/darkzero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 3459e7409..b85a9aada 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; +} |