- 更新日時:
- 2009/07/16 03:05:36 (3 年 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 6 変更
-
chrome/content/overlay.xul (変更) (1 diff)
-
chrome/content/sidebar_overlay.xul (変更) (1 diff)
-
chrome/content/vocalofx.js (変更) (2 diff)
-
platform/Darwin/chrome/content/fx3/sidebar-treechildren-negiroller.css (変更) (2 diff)
-
platform/Linux/chrome/content/fx3/sidebar-treechildren-negiroller.css (変更) (2 diff)
-
platform/WINNT/chrome/content/fx3/sidebar-treechildren-negiroller.css (変更) (2 diff)
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/overlay.xul
r68 r69 1 1 <?xml version="1.0"?> 2 2 <?xml-stylesheet href="chrome://vocalofx/content/overlay.css" type="text/css"?> 3 <?xml-stylesheet href="chrome://vocalofx/content/skin/ " type="text/css"?>3 <?xml-stylesheet href="chrome://vocalofx/content/skin/skin.css" type="text/css"?> 4 4 <?xml-stylesheet href="chrome://vocalofx/content/icons/throbber.css" type="text/css"?> 5 5 <?xml-stylesheet href="chrome://vocalofx/content/icons/favicon.css" type="text/css"?> -
branches/release-1.0/chrome/content/sidebar_overlay.xul
r54 r69 1 1 <?xml version="1.0"?> 2 2 <?xml-stylesheet href="chrome://vocalofx/content/overlay.css" type="text/css"?> 3 <?xml-stylesheet href="chrome://vocalofx/content/skin/ " type="text/css"?>3 <?xml-stylesheet href="chrome://vocalofx/content/skin/skin.css" type="text/css"?> 4 4 <?xml-stylesheet href="chrome://vocalofx/content/icons/sidebar-treechildren.css" type="text/css"?> 5 5 <overlay id="vocalofx-sidebar_overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> -
branches/release-1.0/chrome/content/vocalofx.js
r68 r69 141 141 } 142 142 143 this.setCSSImportRule(document, "chrome://vocalofx/content/skin/", "chrome://vocalofx/content/skin/"+ pallet + ".css");143 this.setCSSImportRule(document, this.CHROME_SKIN + "skin.css", this.CHROME_SKIN + pallet + ".css"); 144 144 this.setSidebarVocalofxSkin(); 145 145 } … … 155 155 } 156 156 157 this.setCSSImportRule(this.sidebar.contentDocument, "chrome://vocalofx/content/skin/", "chrome://vocalofx/content/skin/"+ pallet + ".css");157 this.setCSSImportRule(this.sidebar.contentDocument, this.CHROME_SKIN + "skin.css", this.CHROME_SKIN + pallet + ".css"); 158 158 this.setSidebarVocalofxIconsAll(); 159 159 } -
branches/release-1.0/platform/Darwin/chrome/content/fx3/sidebar-treechildren-negiroller.css
r59 r69 1 / / chrome://global/skin/tree.css1 /* chrome://global/skin/tree.css */ 2 2 treechildren::-moz-tree-image(Name) { 3 3 list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); … … 17 17 */ 18 18 19 / / chrome://browser/skin/places/places.css19 /* chrome://browser/skin/places/places.css */ 20 20 treechildren::-moz-tree-image(title) { 21 21 list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); -
branches/release-1.0/platform/Linux/chrome/content/fx3/sidebar-treechildren-negiroller.css
r59 r69 1 / / chrome://global/skin/tree.css1 /* chrome://global/skin/tree.css */ 2 2 treechildren::-moz-tree-image(Name) { 3 3 list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); … … 17 17 */ 18 18 19 / / chrome://browser/skin/places/places.css19 /* chrome://browser/skin/places/places.css */ 20 20 treechildren::-moz-tree-image(title) { 21 21 list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); -
branches/release-1.0/platform/WINNT/chrome/content/fx3/sidebar-treechildren-negiroller.css
r59 r69 1 / / chrome://global/skin/tree.css1 /* chrome://global/skin/tree.css */ 2 2 treechildren::-moz-tree-image(Name) { 3 3 list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); … … 21 21 */ 22 22 23 / / chrome://browser/skin/places/places.css23 /* chrome://browser/skin/places/places.css */ 24 24 treechildren::-moz-tree-image(title) { 25 25 list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png");
