aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-10 05:49:48 -0700
committerfriendica <info@friendica.com>2012-05-10 05:49:48 -0700
commitc5f6755bdd7d3171cfb45a05dd918722e2674dd2 (patch)
treee12a6df1d584c13a5e8e8528ad355bc61f4d432c /view/theme/duepuntozero
parent3ac5d19b92ad9e9a88fd3c0a0195ffae350914eb (diff)
downloadvolse-hubzilla-c5f6755bdd7d3171cfb45a05dd918722e2674dd2.tar.gz
volse-hubzilla-c5f6755bdd7d3171cfb45a05dd918722e2674dd2.tar.bz2
volse-hubzilla-c5f6755bdd7d3171cfb45a05dd918722e2674dd2.zip
specified background image does not exist
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index a84fb1040..b978c13e5 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -3171,7 +3171,7 @@ ul.menu-popup {
#recip {
}
-.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
+.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }