]> git.mxchange.org Git - friendica.git/commitdiff
priv mail autocomplete, improved contrast for darkzero, etc.
authorfriendica <info@friendica.com>
Thu, 10 May 2012 09:01:08 +0000 (02:01 -0700)
committerfriendica <info@friendica.com>
Thu, 10 May 2012 09:01:08 +0000 (02:01 -0700)
view/theme/duepuntozero/style.css

index 19d7d652eb62cb7d331bb2ecb15037d78db495f0..a84fb10407c6e8f4add7edbdb923491dcb0f467a 100644 (file)
@@ -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; }