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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user