Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
5a00e43fc3
  1. 2
      muk_web_theme/__manifest__.py
  2. 6
      muk_web_theme/static/src/scss/list_view.scss
  3. 8
      muk_web_theme/static/src/scss/variables.scss

2
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{ {
"name": "MuK Backend Theme", "name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme", "summary": "Odoo Community Backend Theme",
"version": "12.0.1.5.6",
"version": "12.0.1.5.7",
"category": "Themes/Backend", "category": "Themes/Backend",
"license": "AGPL-3", "license": "AGPL-3",
"author": "MuK IT", "author": "MuK IT",

6
muk_web_theme/static/src/scss/list_view.scss

@ -18,7 +18,7 @@
**********************************************************************************/ **********************************************************************************/
.o_list_view.table { .o_list_view.table {
overflow: hidden;
overflow-x: hidden;
} }
.o_list_view.table, .o_list_view.table,
@ -61,7 +61,6 @@
} }
.o_list_view tfoot { .o_list_view tfoot {
background-color: $o-brand-odoo;
color: white; color: white;
cursor: default; cursor: default;
font-weight: normal; font-weight: normal;
@ -72,11 +71,14 @@
overflow-x: initial; overflow-x: initial;
> .o_list_view { > .o_list_view {
thead, thead tr:nth-child(1) th { thead, thead tr:nth-child(1) th {
border-bottom: solid 1px gray('300');
background-color: white;
position: sticky; position: sticky;
z-index: 1; z-index: 1;
top: 0; top: 0;
} }
tfoot, tfoot tr:nth-child(1) td { tfoot, tfoot tr:nth-child(1) td {
background-color: $o-list-footer-bg-color;
position: sticky; position: sticky;
bottom: 0; bottom: 0;
} }

8
muk_web_theme/static/src/scss/variables.scss

@ -51,4 +51,10 @@ $mk-sidebar-small-width: 46px;
$mk-form-min-width: 835px; $mk-form-min-width: 835px;
$mk-chatter-min-width: 550px; $mk-chatter-min-width: 550px;
$mk-chatter-max-width: 600px;
$mk-chatter-max-width: 600px;
//----------------------------------------------------------
// List View
//----------------------------------------------------------
$o-list-footer-bg-color: $o-brand-odoo;
Loading…
Cancel
Save