make location bar colors lighter to deal with darkening on non-domain parts
[themes.git] / LCARStrek / navigator / tabbrowser.css
index 4265be6d92e8820572829ad7910a747e42c73eb7..51d6a0add1740b4371c1561867416edfa5964cf0 100644 (file)
@@ -82,9 +82,53 @@ tabbrowser > tabbox > tabpanels {
   margin: 0px;
 }
 
+.tabbrowser-tab:-moz-lwtheme {
+   text-shadow: none;
+}
+
+.scrollbutton-up:-moz-lwtheme,
+.scrollbutton-down:-moz-lwtheme:not([selected="true"]),
+.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
+  opacity: .8;
+}
+
+.toolbarbutton-text {
+  display: none;
+}
+
+.toolbarbutton-icon {
+  margin: 0px !important; /* needs to override communicator.css */
+}
+
+/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
+
+.scrollbutton-up,
+.scrollbutton-down {
+}
+
+.tabs-alltabs-button {
+}
+
+/* All tabs menupopup */
+.alltabs-item {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+.alltabs-item[selected="true"] {
+  font-weight: bold;
+}
+
+.alltabs-item[busy] {
+  list-style-image: url("chrome://communicator/skin/icons/loading.gif");
+}
+
 /* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton-box {
+  -moz-box-direction: reverse;
+}
+
+.tabs-closebutton-box > hbox {
   -moz-box-orient: vertical;
 }
 
@@ -95,10 +139,6 @@ tabbrowser > tabbox > tabpanels {
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
-.tabs-closebutton > .toolbarbutton-icon {
-  margin: 0px !important;
-}
-
 .tabs-closebutton:hover,
 .tabs-closebutton:hover:active {
   list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
@@ -121,7 +161,7 @@ tabbrowser > tabbox > tabpanels {
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;
-  -moz-margin-start: -8px;
+  -moz-margin-start: -6px;
   position: relative;
 }