rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / global / browser.css
index ec1e5d7144c81b9c669e6923102886e67c581c12..882026c2ea72e3e93e11495e0c4fe1550ed7b70b 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-.tab-image {
+.tabbrowser-strip {
+  padding-bottom: 1px;
+  border-bottom: 1px solid #FF9F00;
+}
+
+.tabbrowser-tabs {
+  padding-top: 1px;
+}
+
+.tabs-left,
+.tabs-right {
+  width: 0px;
+}
+
+.tab-icon {
   margin-top: 1px;
   margin-right: 3px;
   width: 16px;
   height: 16px;
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); 
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
 }
 
-tab[busy] > .tab-box > .tab-image {
-  list-style-image: url("chrome://global/skin/loading.gif");
+tab[busy] > .tab-icon {
+  list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
-.tabbrowser-closebox {
-  list-style-image: url("chrome://global/skin/closebox.gif");
+tabbrowser > tabbox > tabpanels {
+  border: none;
+  padding: 0px;
+  margin: 0px;
+}
+
+/* ::::: close button ::::: */
+
+.tabs-closebutton {
   margin-bottom: 3px;
   margin-right: 2px;
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
+
+.tabs-closebutton > .toolbarbutton-icon {
+  margin: 0;
 }