aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css')
-rw-r--r--arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css b/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
index 6dc8f0a..9929bd9 100644
--- a/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
+++ b/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
@@ -63,13 +63,6 @@ html|a {
margin-bottom: 6px;
}
-:-moz-type-unsupported .icon,
-:-moz-type-unsupported-platform .icon {
- background-image: url(chrome://mozapps/skin/plugins/contentPluginMissing.png);
-}
-:-moz-type-unsupported .icon[installable] {
- background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
-}
:-moz-handler-vulnerable-updatable .icon,
:-moz-handler-vulnerable-no-update .icon {
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
@@ -78,13 +71,11 @@ html|a {
:-moz-handler-blocked .icon {
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
}
+a .icon,
:-moz-handler-clicktoplay .icon {
background-image: url(chrome://mozapps/skin/plugins/contentPluginActivate.png);
-moz-user-focus: normal;
}
-:-moz-handler-disabled .icon {
- background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
-}
:-moz-handler-crashed .icon {
background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
}
@@ -108,13 +99,15 @@ html|a {
}
@media not all and (-moz-touch-enabled) {
- :-moz-handler-clicktoplay .msgTapToPlay {
+ :-moz-handler-clicktoplay .msgTapToPlay,
+ a .msgTapToPlay {
display: none;
}
}
@media (-moz-touch-enabled) {
- :-moz-handler-clicktoplay .msgClickToPlay {
+ :-moz-handler-clicktoplay .msgClickToPlay,
+ a .msgClickToPlay {
display: none;
}
}