チェンジセット 69

差分発生行の前後
無視リスト:
更新日時:
2009/07/16 03:05:36 (3 年 前)
更新者:
h
ログメッセージ:

refs #10
cssで警告が出てたので修正。

パス:
branches/release-1.0
ファイル:
6 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome/content/overlay.xul

    r68 r69  
    11<?xml version="1.0"?> 
    22<?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"?> 
    44<?xml-stylesheet href="chrome://vocalofx/content/icons/throbber.css" type="text/css"?> 
    55<?xml-stylesheet href="chrome://vocalofx/content/icons/favicon.css" type="text/css"?> 
  • branches/release-1.0/chrome/content/sidebar_overlay.xul

    r54 r69  
    11<?xml version="1.0"?> 
    22<?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"?> 
    44<?xml-stylesheet href="chrome://vocalofx/content/icons/sidebar-treechildren.css" type="text/css"?> 
    55<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  
    141141                } 
    142142 
    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"); 
    144144                this.setSidebarVocalofxSkin(); 
    145145        } 
     
    155155                } 
    156156 
    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"); 
    158158                this.setSidebarVocalofxIconsAll(); 
    159159        } 
  • branches/release-1.0/platform/Darwin/chrome/content/fx3/sidebar-treechildren-negiroller.css

    r59 r69  
    1 // chrome://global/skin/tree.css 
     1/* chrome://global/skin/tree.css */ 
    22treechildren::-moz-tree-image(Name) { 
    33        list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); 
     
    1717*/ 
    1818 
    19 // chrome://browser/skin/places/places.css 
     19/* chrome://browser/skin/places/places.css */ 
    2020treechildren::-moz-tree-image(title) { 
    2121        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.css 
     1/* chrome://global/skin/tree.css */ 
    22treechildren::-moz-tree-image(Name) { 
    33        list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); 
     
    1717*/ 
    1818 
    19 // chrome://browser/skin/places/places.css 
     19/* chrome://browser/skin/places/places.css */ 
    2020treechildren::-moz-tree-image(title) { 
    2121        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.css 
     1/* chrome://global/skin/tree.css */ 
    22treechildren::-moz-tree-image(Name) { 
    33        list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png"); 
     
    2121*/ 
    2222 
    23 // chrome://browser/skin/places/places.css 
     23/* chrome://browser/skin/places/places.css */ 
    2424treechildren::-moz-tree-image(title) { 
    2525        list-style-image: url("chrome://vocalofx/content/icons/defaultFavicon.png");