Browse Source

publish muk_web_theme - 12.0

12.0
MuK IT GmbH 4 years ago
parent
commit
2aa17e36da
  1. 2
      muk_web_theme/__manifest__.py
  2. 4
      muk_web_theme/static/src/scss/list_view.scss

2
muk_web_theme/__manifest__.py

@ -22,7 +22,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.2.0.8",
"version": "12.0.2.0.9",
"category": "Themes/Backend",
"license": "LGPL-3",
"author": "MuK IT",

4
muk_web_theme/static/src/scss/list_view.scss

@ -76,13 +76,13 @@
thead, thead tr:nth-child(1) th {
border-bottom: solid 1px gray('300');
background-color: white;
position: sticky;
position: sticky !important;
z-index: 1;
top: 0;
}
tfoot, tfoot tr:nth-child(1) td {
background-color: $o-list-footer-bg-color;
position: sticky;
position: sticky !important;
bottom: 0;
}
}

Loading…
Cancel
Save