Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 6 years ago
parent
commit
607eea70ed
  1. 2
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/scss/form_view.scss
  3. 4
      muk_web_theme/static/src/scss/list_view.scss

2
muk_web_theme/__manifest__.py

@ -20,7 +20,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo 12.0 community backend theme",
"version": "12.0.1.1.7",
"version": "12.0.1.1.8",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

3
muk_web_theme/static/src/scss/form_view.scss

@ -44,9 +44,6 @@
white-space: nowrap;
}
}
.table-responsive {
overflow-x: inherit;
}
}
}
@include media-breakpoint-down(sm) {

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

@ -17,6 +17,10 @@
*
**********************************************************************************/
.o_list_view.table {
overflow: hidden;
}
.o_list_view.table,
.o_list_view.table thead,
.o_list_view.table tfoot,

Loading…
Cancel
Save