odoo/addons/hw_screen/static/src/css/cust_css.css

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;
}