diff options
author | Friendika <info@friendika.com> | 2011-06-28 19:08:13 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-28 19:08:13 -0700 |
commit | 60caa0349416dad1a3a891e3c0e00d33d25d7a91 (patch) | |
tree | 10e005988c25c9e44f6eeb836bca2a8868ca6dca /view/theme | |
parent | 4ca6a9a38257a8f8c82842ce734ae946b90ebb4c (diff) | |
download | volse-hubzilla-60caa0349416dad1a3a891e3c0e00d33d25d7a91.tar.gz volse-hubzilla-60caa0349416dad1a3a891e3c0e00d33d25d7a91.tar.bz2 volse-hubzilla-60caa0349416dad1a3a891e3c0e00d33d25d7a91.zip |
darkzero textareas hard to read
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/darkzero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index c92529f26..3459e7409 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;} |