iconbar CSS : light yellow background for active users
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 9 Jul 2007 12:16:03 +0000 (12:16 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 9 Jul 2007 12:16:03 +0000 (12:16 +0000)
webcit/static/webcit.css

index 37ea57889e53fe0295a22e2b227db494d18c8b98..a4fbd680e8ae1c85730cd8dfdc7267fea9fdb954 100644 (file)
@@ -1046,6 +1046,10 @@ div.auto_complete ul strong.highlight {
        border-top: 1px solid #aaaaaa;
 }
 
+#wholist li.activeuser a {
+       background-color: rgb(255,240,146);
+} 
+
 table.altern {
        background-color: #ffffff;
        width: 100%;