keeping up with Classic
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index f8168bb0c01c9c69d9ae9ed3d85d0872f0a503f8..c19c87c7bf9e48fc4d892955647f943d917a425d 100644 (file)
@@ -37,6 +37,8 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/* ::::: sidebar container ::::: */
+
 #sidebar-box {
   margin-top: 0px;
   border: none;
@@ -54,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 {
@@ -76,7 +80,7 @@
   color: #666699;
 }
 
-.iframe-panel {
+.iframe-panel, .browser-sidebar {
 }  
 
 /* ::::: loading info ::::: */
 
 .tab-back {
   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
+}
\ No newline at end of file