michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ michael@0: michael@0: /* This binding is specified separately from the others so that Linux distros can michael@0: override the default Mozilla plugin finder service with their own mechanism. */ michael@0: embed:-moz-type-unsupported, michael@0: applet:-moz-type-unsupported, michael@0: object:-moz-type-unsupported, michael@0: embed:-moz-type-unsupported-platform, michael@0: applet:-moz-type-unsupported-platform, michael@0: object:-moz-type-unsupported-platform { michael@0: display: inline-block; michael@0: overflow: hidden; michael@0: -moz-binding: url('chrome://mozapps/content/plugins/pluginProblem.xml#pluginProblem') !important; michael@0: }