diff options
author | friendica <info@friendica.com> | 2012-06-14 17:41:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-14 17:41:24 -0700 |
commit | 40e6d87d082a9966e71925e7339a06cb4cf16017 (patch) | |
tree | 719af6dde1045017c7b7ac03483ca67e8926f053 /view/theme/duepuntozero | |
parent | 8c94fa23bfebf6d6b9930ed83a86e9cdae55d28f (diff) | |
download | volse-hubzilla-40e6d87d082a9966e71925e7339a06cb4cf16017.tar.gz volse-hubzilla-40e6d87d082a9966e71925e7339a06cb4cf16017.tar.bz2 volse-hubzilla-40e6d87d082a9966e71925e7339a06cb4cf16017.zip |
highlight the lost contact message
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3264caf52..be755d411 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1608,7 +1608,7 @@ input#dfrn-url { .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; } -#block-message, #ignore-message, #archive-message { +#block-message, #ignore-message, #archive-message, #lost-contact-message { color: #FF0000; } |