keeping up with classic trunk and EarlyBlue
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index a7f3edc63fa900ef79f75e31b311402b6fb48afe..a6551fdded7566ef4ad943fb78c27b1c81f8752c 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 ::::: */
 
 .tab-back {
   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
+}
\ No newline at end of file