X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FpluginProblem.css;h=0dda905fbed60a53025a056388507b70b3e3753f;hp=adfd81e386d8bea7c62ff98bf1eb15573ddadc48;hb=2c225fcbeaa337cfcdc3d469ab3a9b416f5d8fae;hpb=25fe52645ef988436b57074ab129945504adf926 diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index adfd81e3..0dda905f 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -6,6 +6,7 @@ /* These styles affect only the bound element, not other page content. */ +/* Keep any changes to these styles in sync with plugin-doorhanger.inc.css */ .mainBox { text-align: center; display: table; @@ -25,12 +26,22 @@ width: 100%; height: 100%; } + :-moz-handler-vulnerable-updatable .hoverBox:active, :-moz-handler-vulnerable-no-update .hoverBox:active, :-moz-handler-clicktoplay .hoverBox:active { background-color: #CCCCCC; } +:-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: red; +} + :-moz-handler-vulnerable-updatable .hoverBox, :-moz-handler-vulnerable-no-update .hoverBox, :-moz-handler-blocked .hoverBox, @@ -84,6 +95,11 @@ html|a { margin-left: 5px; } +.msgTapToPlay, +.msgClickToPlay { + text-decoration: underline; +} + @media not all and (-moz-touch-enabled) { :-moz-handler-clicktoplay .msgTapToPlay { display: none;