keeping up with Classic
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index e4693786bfeb8109e0042e13b64801989e750594..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 ::::: */
   margin: 5px 0px;
 }
 
+.text-panel-loading[loading="false"] {
+  margin-left: 11px;
+}
+
 .image-panel-loading {
   margin: 5px;
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 */
 
 .box-texttab:hover {
-  background-color      : #DDDDDD;
+  background-color: #DDDDDD;
 }
     
 .box-texttab:hover:active {
-  background-color      : #6699FF;
+  background-color: #6699FF;
 }
     
 .box-texttab[selected="true"],
 .box-texttab[selected="true"]:hover {
-  font-weight           : bold;
-  cursor                : default;
+  font-weight: bold;
+  cursor: default;
 }
 
 .box-texttab[last-panel="true"], 
 .box-texttab[selected="true"] {
-  margin-bottom       : 0px;
+  margin-bottom: 0px;
 }
 
 .sbtab-twisty[selected="true"] {
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
+
+/* ::::: sidebar navigation buttons ::::: */
+
+.sidebar-nav-button {
+  -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
+  padding: 5px 0px 5px 0px;
+}
+
+.tab-fwd {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
+}
+
+.tab-back {
+  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
+}
\ No newline at end of file