X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;fp=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;h=1a04f071c01e725cd7d85bd2f26b593f1a74dcea;hp=98e325b2595fc027be6ab097c440310c0614e31a;hb=c60d23d202dd9e6ec3e47e1c54e20329d0afb68b;hpb=c53bb36b989ea5e6df3123ee0726398d3e8ff2d3 diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index 98e325b2..1a04f071 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/mozapps/plugins/pluginProblem.css @@ -30,7 +30,7 @@ html|a { background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png"); } :-moz-handler-clicktoplay .icon { - background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png"); + background-image: url("chrome://mozapps/skin/plugins/contentPluginClickToPlay.png"); } :-moz-handler-disabled .icon { background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png"); @@ -53,6 +53,23 @@ html|a { cursor: default; } +:-moz-handler-clicktoplay, +.msgClickToPlay { + cursor: pointer; +} + +@media not all and (-moz-touch-enabled) { + :-moz-handler-clicktoplay .msgTapToPlay { + display: none; + } +} + +@media (-moz-touch-enabled) { + :-moz-handler-clicktoplay .msgClickToPlay { + display: none; + } +} + .submitStatus div { min-height: 19px; /* height of biggest line (with throbber) */ }