Bug 1421711 - remove pluginInstallerWizard.css and pluginGeneric*.png, r=daleharvey

MozReview-Commit-ID: 4yuH7IFEOme

--HG--
extra : rebase_source : f47b18b4178588b810df84404b9b618b41451d1a
This commit is contained in:
Gijs Kruitbosch 2017-11-29 18:14:23 +00:00
parent 8aea8ade34
commit 1265e774bc
8 changed files with 3 additions and 15 deletions

View File

@ -11,7 +11,7 @@ var args = {
list: [{
name: "Bug 523784 softblocked addon",
version: "1",
icon: "chrome://mozapps/skin/plugins/pluginGeneric.png",
icon: "chrome://mozapps/skin/plugins/pluginGeneric.svg",
disable: false,
blocked: false,
url: "http://example.com/bug523784_1",
@ -96,7 +96,7 @@ function bug523784_test2(win) {
args.list.push({
name: "Bug 523784 softblocked addon 2",
version: "2",
icon: "chrome://mozapps/skin/plugins/pluginGeneric.png",
icon: "chrome://mozapps/skin/plugins/pluginGeneric.svg",
disable: false,
blocked: false,
url: "http://example.com/bug523784_2"
@ -104,7 +104,7 @@ function bug523784_test2(win) {
args.list.push({
name: "Bug 523784 softblocked addon 3",
version: "4",
icon: "chrome://mozapps/skin/plugins/pluginGeneric.png",
icon: "chrome://mozapps/skin/plugins/pluginGeneric.svg",
disable: false,
blocked: false,
url: "http://example.com/bug523784_3"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

View File

@ -1,12 +0,0 @@
#licenseContainer, #pluginList {
-moz-appearance: listbox;
margin: 2px 4px;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-Field;
color: -moz-FieldText;
}