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: embed:-moz-handler-disabled, michael@0: embed:-moz-handler-blocked, michael@0: embed:-moz-handler-crashed, michael@0: embed:-moz-handler-clicktoplay, michael@0: embed:-moz-handler-playpreview, michael@0: embed:-moz-handler-vulnerable-updatable, michael@0: embed:-moz-handler-vulnerable-no-update, michael@0: applet:-moz-handler-disabled, michael@0: applet:-moz-handler-blocked, michael@0: applet:-moz-handler-crashed, michael@0: applet:-moz-handler-clicktoplay, michael@0: applet:-moz-handler-playpreview, michael@0: applet:-moz-handler-vulnerable-updatable, michael@0: applet:-moz-handler-vulnerable-no-update, michael@0: object:-moz-handler-disabled, michael@0: object:-moz-handler-blocked, michael@0: object:-moz-handler-crashed, michael@0: object:-moz-handler-clicktoplay, michael@0: object:-moz-handler-playpreview, michael@0: object:-moz-handler-vulnerable-updatable, michael@0: object:-moz-handler-vulnerable-no-update { michael@0: display: inline-block; michael@0: overflow: hidden; michael@0: opacity: 1 !important; michael@0: -moz-binding: url('chrome://mozapps/content/plugins/pluginProblem.xml#pluginProblem') !important; michael@0: }