diff options
Diffstat (limited to 'files/pt-pt/web/css')
-rw-r--r-- | files/pt-pt/web/css/css_colors/color_picker_tool/index.html | 2 | ||||
-rw-r--r-- | files/pt-pt/web/css/display/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-pt/web/css/css_colors/color_picker_tool/index.html b/files/pt-pt/web/css/css_colors/color_picker_tool/index.html index 8772d20f06..853610e804 100644 --- a/files/pt-pt/web/css/css_colors/color_picker_tool/index.html +++ b/files/pt-pt/web/css/css_colors/color_picker_tool/index.html @@ -9,7 +9,7 @@ tags: translation_of: Web/CSS/CSS_Colors/Color_picker_tool original_slug: Web/CSS/CSS_Colors/Ferramenta_selecao_cor --- -<div style="display: none;"> +<div class="hidden"> <h2 id="ColorPicker_Tool" name="ColorPicker_Tool">ColorPicker tool</h2> <h3 id="HTML">HTML</h3> diff --git a/files/pt-pt/web/css/display/index.html b/files/pt-pt/web/css/display/index.html index 43db53135e..db3e3150d1 100644 --- a/files/pt-pt/web/css/display/index.html +++ b/files/pt-pt/web/css/display/index.html @@ -626,9 +626,9 @@ display: unset; <div id="SL_balloon_obj" style="display: block;"> <div class="SL_ImTranslatorLogo" id="SL_button" style="background: rgba(0, 0, 0, 0) repeat scroll 0% 0%; display: block; opacity: 0; left: -8px; top: -25px; transition: visibility 2s ease 0s, opacity 2s linear 0s;"> </div> -<div id="SL_shadow_translation_result2" style="display: none;"> </div> +<div id="SL_shadow_translation_result2" class="hidden"> </div> -<div id="SL_shadow_translator" style="display: none;"> +<div id="SL_shadow_translator" class="hidden"> <div id="SL_planshet"> <div id="SL_arrow_up" style="background: rgba(0, 0, 0, 0) repeat scroll 0% 0%;"> </div> @@ -640,7 +640,7 @@ display: unset; <div class="SL_BL_LABLE_ON" id="SL_P2" title="Translator">T</div> </div> -<div id="SL_alert_bbl" style="display: none;"> +<div id="SL_alert_bbl" class="hidden"> <div id="SLHKclose" style="background: rgba(0, 0, 0, 0) repeat scroll 0% 0%;"> </div> <div id="SL_alert_cont"> </div> |