X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;h=6da97f9681fb175b94ce7996e9fbceb50d2e2b8e;hp=059395cf1aff67a1afbc72ceef4d85076135318d;hb=dbad77eabc8467c637024bc9963f45310d15565c;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index 059395cf..6da97f96 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/mozapps/plugins/pluginProblem.css @@ -31,11 +31,8 @@ background-color: #404000; } -:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay, :-moz-handler-clicktoplay .hoverBox:active .msgClickToPlay, -:-moz-handler-vulnerable-updatable .hoverBox:active .msgTapToPlay, :-moz-handler-vulnerable-updatable .hoverBox:active .msgClickToPlay, -:-moz-handler-vulnerable-no-update .hoverBox:active .msgTapToPlay, :-moz-handler-vulnerable-no-update .hoverBox:active .msgClickToPlay { color: #FF0000; } @@ -61,13 +58,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-clicktoplay .icon, :-moz-handler-vulnerable-updatable .icon, :-moz-handler-vulnerable-no-update .icon { @@ -81,9 +71,6 @@ html|a { 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"); } @@ -94,21 +81,14 @@ html|a { margin-left: 5px; } -.msgTapToPlay, .msgClickToPlay { text-decoration: underline; } -@media not all and (-moz-touch-enabled) { - :-moz-handler-clicktoplay .msgTapToPlay { - display: none; - } -} - -@media (-moz-touch-enabled) { - :-moz-handler-clicktoplay .msgClickToPlay { - display: none; - } +/* on desktop, don't ever show the tap-to-play UI: that is for mobile only */ +:-moz-handler-clicktoplay .msgTapToPlay, +a .msgTapToPlay { + display: none; } .submitStatus div {