@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.1.5.6",
"version": "12.0.1.5.7",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",
@ -18,7 +18,7 @@
**********************************************************************************/
.o_list_view.table {
overflow: hidden;
overflow-x: hidden;
}
.o_list_view.table,
@ -61,7 +61,6 @@
.o_list_view tfoot {
background-color: $o-brand-odoo;
color: white;
cursor: default;
font-weight: normal;
@ -72,11 +71,14 @@
overflow-x: initial;
> .o_list_view {
thead, thead tr:nth-child(1) th {
border-bottom: solid 1px gray('300');
background-color: white;
position: sticky;
z-index: 1;
top: 0;
tfoot, tfoot tr:nth-child(1) td {
background-color: $o-list-footer-bg-color;
bottom: 0;
@ -51,4 +51,10 @@ $mk-sidebar-small-width: 46px;
$mk-form-min-width: 835px;
$mk-chatter-min-width: 550px;
$mk-chatter-max-width: 600px;
//----------------------------------------------------------
// List View
$o-list-footer-bg-color: $o-brand-odoo;