diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 1cbd6deda..5dc7e7692 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -127,7 +127,8 @@ DIV#contactFoldersList > DIV.toolbar border-left: 1px solid #aaa; } UL#contactFolders -{ list-style-type: none; +{ visibility: hidden; + list-style-type: none; list-style-image: none; clear: both; cursor: default; @@ -140,6 +141,11 @@ UL#contactFolders border: 0px; overflow: auto; } +UL#contactFolders LI.denied +{ background: #fefefe; + font-style: italic; + color: #f33; } + DIV#contactFoldersList LI { padding: .2em 1em;