Skip to content
Snippets Groups Projects
Commit d0f4b5f6 authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] web_editor: display background color to translate

parent aedd0251
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,20 @@ ...@@ -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 // SNIPPET PANEL
#oe_snippets { #oe_snippets {
.o-flex-display(); .o-flex-display();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment