diff options
author | friendica <info@friendica.com> | 2013-10-09 20:19:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-09 20:19:02 -0700 |
commit | 87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c (patch) | |
tree | 3a62749849df3c231346cea020612a45cf7cb9da /view/theme/redbasic/css | |
parent | 1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (diff) | |
download | volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.tar.gz volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.tar.bz2 volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.zip |
more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index db202b08d..135a4d3c3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -177,7 +177,7 @@ header #banner { text-align: center; font-size: 1.4em; font-family: tahoma, "Lucida Sans", sans; - color: #eec; + color: #FFF; font-weight: bold; margin-top: 1px; } @@ -186,7 +186,7 @@ header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover { - color: #eec; + color: #FFF; text-decoration: none; outline: none; vertical-align: bottom; |