iconbar CSS: forgot inactive user background on user list
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 16 Jul 2007 07:17:35 +0000 (07:17 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 16 Jul 2007 07:17:35 +0000 (07:17 +0000)
webcit/static/webcit.css

index 83e121f46459b3d6d046b1e31806a9e484f3be18..a041bc7942dd96b7d51cf3667e197fbe6a0b7271 100644 (file)
@@ -1683,6 +1683,11 @@ div.auto_complete ul strong.highlight {
         padding-left: 5px;
 } 
 
+#wholist li.inactiveuser a {
+       background-color: transparent;
+        padding-left: 5px;
+} 
+
 table.altern {
        background-color: #ffffff;
        width: 100%;