diff --git a/addons/web_editor/static/src/less/web_editor.ui.less b/addons/web_editor/static/src/less/web_editor.ui.less index df96dac896d6175e0c41d508b57d771a0a94125c..57caa2dda0e8a5b6193ac438213a04bc6e70ddb5 100644 --- a/addons/web_editor/static/src/less/web_editor.ui.less +++ b/addons/web_editor/static/src/less/web_editor.ui.less @@ -52,6 +52,20 @@ } } +// Translations +.oe_translate_examples li { + margin: 10px; + padding: 4px; +} +html[lang] > body.editor_enable{ + [data-oe-translation-state] { + background: rgba(255, 255, 90, 0.5) !important; + } + [data-oe-translation-state="translated"] { + background: rgba(120, 215, 110, 0.5) !important; + } +} + // SNIPPET PANEL #oe_snippets { .o-flex-display();