flectra/addons/web/doc/module/10
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

14 lines
357 B
Plaintext

# HG changeset patch
# Parent 72d9d59a93fcee06ba28cf0b98a1075331dcc8f4
diff --git a/static/src/css/web_example.css b/static/src/css/web_example.css
new file mode 100644
--- /dev/null
+++ b/static/src/css/web_example.css
@@ -0,0 +1,6 @@
+.openerp .oe_web_example {
+ color: white;
+ background-color: black;
+ height: 100%;
+ font-size: 400%;
+}