Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
5d2396fe6a
  1. 2
      muk_web_theme/__manifest__.py
  2. 10
      muk_web_theme/static/src/scss/layout.scss

2
muk_web_theme/__manifest__.py

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

10
muk_web_theme/static/src/scss/layout.scss

@ -56,3 +56,13 @@ $mk-brand-gradient: linear-gradient(to right bottom, $mk-brand-gradient-start, $
.o_content, .modal-content {
max-width: 100%;
}
//----------------------------------------------------------
// Tooltips
//----------------------------------------------------------
.o_tooltip {
&.o_animated {
display: none;
}
}
Loading…
Cancel
Save