[mq]: Bug 1411210 - Final Touches / Replace @media not all and (-moz-...) draft
authorKristiyan <dimitr14@uni.coventry.ac.uk>
Wed, 13 Dec 2017 15:25:12 +0100
changeset 711215 ca46445a691f618b9e04a5bf78e9ecb702bd52c3
parent 710987 7e41ac13b4f3eacfbdcad18d5786b0e99268e6d6
child 743761 22180b24725c6431f14a01a6de956497be334b87
push id93017
push userbmo:dimitr14@uni.coventry.ac.uk
push dateWed, 13 Dec 2017 14:26:03 +0000
bugs1411210
milestone59.0a1
[mq]: Bug 1411210 - Final Touches / Replace @media not all and (-moz-...) MozReview-Commit-ID: JmZitnnovae
toolkit/themes/mobile/mozapps/plugins/pluginProblem.css
--- a/toolkit/themes/mobile/mozapps/plugins/pluginProblem.css
+++ b/toolkit/themes/mobile/mozapps/plugins/pluginProblem.css
@@ -85,17 +85,17 @@ html|a {
   margin-left: 5px;
 }
 
 .msgTapToPlay,
 .msgClickToPlay {
   text-decoration: underline;
 }
 
-@media (-moz-touch-enabled) {
+@media (-moz-touch-enabled: 0) {
   :-moz-handler-clicktoplay .msgTapToPlay {
     display: none;
   }
 }
 
 @media (-moz-touch-enabled) {
   :-moz-handler-clicktoplay .msgClickToPlay {
     display: none;