keeping up with Classic
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index b272d539a074f5692568ad7b996b6f001bc9de52..c19c87c7bf9e48fc4d892955647f943d917a425d 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* ::::: sidebar toggle button (on personal toolbar) ::::: */
-
-#sidebar-button[sbopen="true"] {
-  list-style-image: url("chrome://communicator/skin/sidebar/sb-open.gif");
-}
-
-#sidebar-button[sbopen="false"] {
-  list-style-image: url("chrome://communicator/skin/sidebar/sb-closed.gif");
-}
-
 /* ::::: sidebar container ::::: */
 
 #sidebar-box {
@@ -66,6 +56,8 @@
 
 #sidebar-panel-picker {
   color: inherit;
+  /** bugzilla 89144 - must be able to access tabs dropdown **/
+  -moz-user-focus:normal !important;
 }
   
 .sidebar-header-text {
@@ -88,7 +80,7 @@
   color: #666699;
 }
 
-.iframe-panel {
+.iframe-panel, .browser-sidebar {
 }  
 
 /* ::::: loading info ::::: */