]> git.donarmstrong.com Git - x_full.git/commitdiff
update to the next version of vertical tabbar
authorDon Armstrong <don@donarmstrong.com>
Fri, 13 Apr 2007 21:19:52 +0000 (21:19 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 13 Apr 2007 21:19:52 +0000 (21:19 +0000)
.mozilla/firefox/default/extensions/vertical-tabbar@dark-demon.nm.ru/chrome/vertical-tabbar/content/browser.css
.mozilla/firefox/default/extensions/vertical-tabbar@dark-demon.nm.ru/chrome/vertical-tabbar/content/browser.xbl
.mozilla/firefox/default/extensions/vertical-tabbar@dark-demon.nm.ru/chrome/vertical-tabbar/skin/classic/tabbrowser.css
.mozilla/firefox/default/extensions/vertical-tabbar@dark-demon.nm.ru/install.rdf

index c732ff1f92179b261db213f774a4d980f1043e4b..692301939f3dc8c16dd0113b096c70ff242d55d3 100644 (file)
@@ -21,7 +21,7 @@
 \r
 #appcontent .tabbrowser-tabs {\r
        -moz-binding: url("browser.xbl#tabbrowser-tabs") !important;\r
-       padding: 2px 2px 2px 0 !important;\r
+       padding: 1px 2px 1px 0 !important;\r
        background: none;\r
        -moz-padding-start: 0px;\r
        border-left: 1px solid steelblue !important;\r
index ca14bf9b948d5373c37247413a48feeaee2e5f7a..74ff543931a34f8184bea60276b2c53251fe7747 100644 (file)
         <![CDATA[
           if (!this._fastFind) {
             this._fastFind = Components.classes["@mozilla.org/typeaheadfind;1"]
-                                       .createInstance(Components.interfaces.nsITypeAheadFind_MOZILLA_1_8_BRANCH);
+                                       .createInstance(Components.interfaces.nsITypeAheadFind);
             this._fastFind.init(this.docShell);
           }
           return this._fastFind;
index 17dbd0d5593c259d145d27cd77b122d637232c09..149af0d9c648b4352450af4cee0650cfad23cad2 100644 (file)
@@ -1,13 +1,28 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");\r
 \r
-.tabbrowser-tab:not([selected="true"])\r
+#appcontent .tabbrowser-tabs\r
 {\r
-       opacity: .85;\r
+       background: #f6f6f6;\r
 }\r
 \r
-.tabbrowser-tab[busy]{\r
-       opacity: .7 !important;\r
+#appcontent .tabbrowser-tab\r
+{\r
+       /*background: #eee;*/\r
+}\r
+\r
+#appcontent .tabbrowser-tab[selected="true"]\r
+{\r
+       background: #eee;\r
+}\r
+\r
+#appcontent .tabbrowser-splitter\r
+{\r
+       background: #f6f6f6;\r
+}\r
+\r
+#appcontent .tabbrowser-tab[busy]{\r
+       background: #fff6f0;\r
 }\r
-.tabbrowser-tab:not([selected]){\r
-       opacity: 1 !important;\r
+#appcontent .tabbrowser-tab:not([selected]){\r
+       background: #ffffff;\r
 }\r
index c86f1c2c253e3907f5bd407ca55c5aabc525248d..4f1491e9caac7ac41513ff76615e364e48e33cb2 100644 (file)
@@ -1,32 +1,20 @@
 <?xml version="1.0"?>
-
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
-
-  <Description about="urn:mozilla:install-manifest">
-    <em:id>vertical-tabbar@dark-demon.nm.ru</em:id>
-    <em:version>1.1.1</em:version>
-
-    <em:targetApplication>
-      <Description>
-        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>2.0</em:minVersion>
-        <em:maxVersion>2.0.0.*</em:maxVersion>
-      </Description>
-    </em:targetApplication>
-    
-    <em:name>Vertical Tabbar</em:name>
-    <em:description>make tabbar in FF2.0 is vertical</em:description>
-    
-<!--    <em:appManaged>true</em:appManaged>
-
-    <em:locked>true</em:locked>-->
-
-    <em:creator>Dark-Demon</em:creator>
-    <em:contributor>Mozilla Contributors</em:contributor>
-    <em:homepageURL>http://dark-demon.nm.ru/</em:homepageURL>
-       <em:iconURL>chrome://vertical-tabbar/content/icon.png</em:iconURL>
-
-  </Description>      
-
-</RDF>
+<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
+         xmlns:NC="http://home.netscape.com/NC-rdf#"
+         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+  <RDF:Description RDF:about="urn:mozilla:install-manifest"
+                   em:id="vertical-tabbar@dark-demon.nm.ru"
+                   em:version="1.1.2"
+                   em:name="Vertical Tabbar"
+                   em:description="make tabbar in FF2+ is vertical"
+                   em:creator="Dark-Demon"
+                   em:contributor="Mozilla Contributors"
+                   em:homepageURL="http://dark-demon.nm.ru/"
+                   em:iconURL="chrome://vertical-tabbar/content/icon.png">
+    <em:targetApplication RDF:resource="rdf:#$47sUZ"/>
+  </RDF:Description>
+  <RDF:Description RDF:about="rdf:#$47sUZ"
+                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
+                   em:minVersion="2.0"
+                   em:maxVersion="3.0a3" />
+</RDF:RDF>