Give up to provide icons for configuration dialog panes.
Firefox 50 and later doesn't have such old icons. It still have SVG icons for in-content preferences, but there seems to be no suitable icon for the "tab" pane. See also: https://github.com/piroor/treestyletab/issues/1180
This commit is contained in:
parent
1f8e42b432
commit
fd899d9014
@ -6,32 +6,6 @@ radio.image label.radio-label {
|
||||
}
|
||||
|
||||
|
||||
radio[pane] {
|
||||
list-style-image: url("resource:///chrome/browser/skin/classic/browser/preferences/Options.png");
|
||||
}
|
||||
|
||||
radio[pane="prefpane-appearance"] {
|
||||
-moz-image-region: rect(0px, 32px, 32px, 0px);
|
||||
}
|
||||
radio[pane="prefpane-style"] {
|
||||
-moz-image-region: rect(0px, 32px, 32px, 0px);
|
||||
}
|
||||
radio[pane="prefpane-menu"] {
|
||||
-moz-image-region: rect(0px, 32px, 32px, 0px);
|
||||
}
|
||||
radio[pane="prefpane-tab"] {
|
||||
-moz-image-region: rect(0px, 64px, 32px, 32px);
|
||||
}
|
||||
radio[pane="prefpane-autohide"] {
|
||||
-moz-image-region: rect(0px, 64px, 32px, 32px);
|
||||
}
|
||||
radio[pane="prefpane-advanced"] {
|
||||
-moz-image-region: rect(0px, 224px, 32px, 192px);
|
||||
}
|
||||
radio[pane="prefpane-tree"] {
|
||||
list-style-image: url("chrome://treestyletab/content/res/icon.png");
|
||||
}
|
||||
|
||||
label.scale-label {
|
||||
min-width: 0;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user