From 55adff1a4ac12d3f2b8ad7eab62866e77d549f06 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Mon, 16 May 2011 00:36:39 +0200 Subject: [PATCH] Firefox fix: remove border around expand/collapse icons on room and user buttons in iconbar --- webcit/static/styles/iconbar.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/webcit/static/styles/iconbar.css b/webcit/static/styles/iconbar.css index dec53970c..4db15abd5 100644 --- a/webcit/static/styles/iconbar.css +++ b/webcit/static/styles/iconbar.css @@ -32,17 +32,20 @@ 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; @@ -97,7 +100,6 @@ #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; -- 2.39.2