more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered.

This commit is contained in:
friendica
2013-10-09 20:19:02 -07:00
parent 1fdc82e0a1
commit 87f1c6b8ec
4 changed files with 13 additions and 13 deletions

View File

@@ -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;