769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
14 lines
357 B
Plaintext
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%;
|
|
+}
|