flectra/addons/hw_screen/static/src/css/cust_css.css
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

21 lines
252 B
CSS

html {
width: 100%;
height: 100%;
font-size: 11px;
}
body {
width: 100%;
height: 100%;
font-size: 14px;
margin: 0;
}
.original_body {
background-color: #797083;
color: white;
}
.ajax_got_body {
color: black;
}