update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index b272d539a074f5692568ad7b996b6f001bc9de52..cf99e78932eb9273ca92aa957825299ed1a034bd 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 {
   border: none;
   color: #CCD0DD;
   background-color: #666699;
-  padding-left: 4px;
+  -moz-padding-start: 4px;
 }
 
 #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 ::::: */
@@ -98,7 +90,7 @@
 }
 
 .text-panel-loading[loading="false"] {
-  margin-left: 11px;
+  -moz-margin-start: 11px;
 }
 
 .image-panel-loading {