fix missing icon in the configuration dialog

This commit is contained in:
SHIMODA Hiroshi 2011-01-06 10:29:43 +09:00
parent d4781a8a6e
commit 145e164fa2
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ radio[pane] {
}
radio[pane="prefpane-tree"] {
list-style-image: url("chrome://treestyletab/content/res/icon32.png");
list-style-image: url("chrome://treestyletab/content/res/icon.png");
}

View File

@ -59,7 +59,7 @@ radio[pane="prefpane-advanced"][selected="true"] {
}
radio[pane="prefpane-tree"] {
list-style-image: url("chrome://treestyletab/content/res/icon32.png");
list-style-image: url("chrome://treestyletab/content/res/icon.png");
}
label.scale-label {