don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use.

This commit is contained in:
friendica
2014-02-02 17:54:36 -08:00
parent 732a4b898a
commit ee1580427e
6 changed files with 68 additions and 30 deletions

View File

@@ -135,3 +135,17 @@
.contact-entry-end {
clear: both;
}
#abook-advanced-panel, #abook-advanced {
opacity: 0.3;
filter:alpha(opacity=30);
}
#abook-advanced-panel:hover, #abook-advanced:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}
#abook-advanced {
margin-top: 15px;
}