keeping up with classic trunk and EarlyBlue
[themes.git] / LCARStrek / communicator / sidebar / sidebar.css
index 737326e57cf1f6ac54a7cc07e7d08ed8192b852e..a6551fdded7566ef4ad943fb78c27b1c81f8752c 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="true"]:hover {
-  list-style-image: url("chrome://communicator/skin/sidebar/sb-open-hover.gif");
-}
-
-#sidebar-button[sbopen="false"] {
-  list-style-image: url("chrome://communicator/skin/sidebar/sb-closed.gif");
-}
-
-#sidebar-button[sbopen="false"]:hover {
-  list-style-image: url("chrome://communicator/skin/sidebar/sb-closed-hover.gif");
-}
-
 /* ::::: sidebar container ::::: */
 
 #sidebar-box {
 
 #sidebar-panel-picker {
   padding: 3px 1px 3px 1px;
+  /** bugzilla 89144 - must be able to access tabs dropdown **/
+  -moz-user-focus:normal !important;
 }
 
 /* ::::: sidebar panel ::::: */