summaryrefslogtreecommitdiffstats
path: root/toolkit/pluginproblem/content/pluginProblemBinding.css
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/pluginproblem/content/pluginProblemBinding.css')
-rw-r--r--toolkit/pluginproblem/content/pluginProblemBinding.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/pluginproblem/content/pluginProblemBinding.css b/toolkit/pluginproblem/content/pluginProblemBinding.css
index 48506de34..a545e3eba 100644
--- a/toolkit/pluginproblem/content/pluginProblemBinding.css
+++ b/toolkit/pluginproblem/content/pluginProblemBinding.css
@@ -19,6 +19,11 @@ object:-moz-handler-crashed,
object:-moz-handler-clicktoplay,
object:-moz-handler-vulnerable-updatable,
object:-moz-handler-vulnerable-no-update {
+%ifdef MC_PALEMOON
+ /* Initialize the overlay with visibility:hidden to prevent flickering if
+ * the plugin is too small to show the overlay */
+ visibility: hidden;
+%endif
display: inline-block;
overflow: hidden;
opacity: 1 !important;