even more fixes for LCARStrek 2.0a1
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index a7f3edc63fa900ef79f75e31b311402b6fb48afe..92e19b59ea54c801e711903141410a25e2788ed2 100644 (file)
@@ -37,6 +37,8 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/* ::::: sidebar container ::::: */
+
 #sidebar-box {
   border: none;
 }
@@ -88,6 +90,8 @@
 
 #sidebar-panel-picker {
   padding: 3px 1px 3px 1px;
+  /** bugzilla 89144 - must be able to access tabs dropdown **/
+  -moz-user-focus:normal !important;
 }
 
 /* ::::: sidebar panel ::::: */
   color: #FF9F00;
 }
 
-.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