Show only entry I want. Hidden anywhere.

This commit is contained in:
Gustavo Cortez 2014-07-07 02:21:29 -03:00
commit 2ad4aee2d6
3 changed files with 13 additions and 6 deletions

View file

@ -640,4 +640,11 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
display: block;
margin-bottom: 1rem;
}
.addressbook-disabled td {
color: #ccc;
text-decoration: line-through;
}
.addressbook-disabled a {
color: #7A9FB6;
}