Firefox fix: remove border around expand/collapse icons on room and user buttons...
authorthe_mgt <themgt@mail.ru>
Sun, 15 May 2011 22:36:39 +0000 (00:36 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:42:46 +0000 (20:42 +0000)
webcit/static/styles/iconbar.css

index dec53970c1bbb4074f778e2a01f999fef1b8a683..4db15abd5a1ace83544cb40857639244b664fab1 100644 (file)
        font-size: 75%;
 }
 
+#iconbar #button {
+       padding: 0;
+       border: none;
+       list-style: none;
+}
+
+
 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
        display: block;
        text-decoration: none;
        color: #F0FEFF;
 }
 
-#iconbar #button {
-       padding: 0;
-       border: none;
-       list-style: none;
-}
+li.ib_button a img { border: none; } /* FF draws borders around the expand/collapse buttons */
 
 .ib_button {
        margin: 3px;
 #online_users li:hover { /* separate in order for override */ }
 
 
-
 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
        margin: 4px;
        padding: 0;