flectra/addons/web/static/src/less/report.editor.less
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

27 lines
578 B
Plaintext

.o_editable {
&:not(:empty), &[data-oe-type] {
&[date-oe-model="ir.ui.view"] {
&, th, td {
&:hover {
-moz-box-shadow: #DDCC33 0 0 5px 2px inset;
-webkit-box-shadow: #DDCC33 0 0 5px 2px inset;
box-shadow: #DDCC33 0 0 5px 2px inset;
}
}
}
}
}
body.o_in_iframe {
margin-top: 40px!important;
div#web_editor-top-edit {
> form {
display: none;
}
}
.header, .footer {
display: none;
}
}