diff options
Diffstat (limited to 'toolkit/themes/windows/mozapps/plugins/pluginInstallerWizard.css')
-rw-r--r-- | toolkit/themes/windows/mozapps/plugins/pluginInstallerWizard.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/themes/windows/mozapps/plugins/pluginInstallerWizard.css b/toolkit/themes/windows/mozapps/plugins/pluginInstallerWizard.css new file mode 100644 index 000000000..2337ca199 --- /dev/null +++ b/toolkit/themes/windows/mozapps/plugins/pluginInstallerWizard.css @@ -0,0 +1,12 @@ +#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; +} + |