aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-10 02:01:08 -0700
committerfriendica <info@friendica.com>2012-05-10 02:01:08 -0700
commitc9bb88861162873ec339530a32c8458721aed777 (patch)
tree1f4a954204a9dd03313f9a5667b174d3e791b440 /view/theme/duepuntozero
parent93ae6ee97b5afccee2cc37e9ce400c7da43dec47 (diff)
downloadvolse-hubzilla-c9bb88861162873ec339530a32c8458721aed777.tar.gz
volse-hubzilla-c9bb88861162873ec339530a32c8458721aed777.tar.bz2
volse-hubzilla-c9bb88861162873ec339530a32c8458721aed777.zip
priv mail autocomplete, improved contrast for darkzero, etc.
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 19d7d652e..a84fb1040 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -3172,7 +3172,6 @@ ul.menu-popup {
}
.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 { 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 { 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; }
-.autocomplete strong { font-weight:normal; color:#3399FF; }