Browse Source

publish muk_web_theme - 13.0

13.0
MuK IT GmbH 4 years ago
parent
commit
a3d1ff0cf9
  1. 2
      muk_web_theme/__manifest__.py
  2. 5
      muk_web_theme/static/src/scss/appsbar.scss

2
muk_web_theme/__manifest__.py

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

5
muk_web_theme/static/src/scss/appsbar.scss

@ -26,6 +26,11 @@
overflow-y: auto;
top: $o-navbar-height;
background-color: $mk-appbar-background;
&::-webkit-scrollbar {
display: none;
}
-ms-overflow-style: none;
scrollbar-width: none;
.mk_apps_sidebar {
padding: 0;
white-space: nowrap;

Loading…
Cancel
Save