Browse Source

publish muk_web_theme_mail - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
0952e3c144
  1. 2
      muk_web_theme_mail/__manifest__.py
  2. 6
      muk_web_theme_mail/static/src/scss/chatter.scss

2
muk_web_theme_mail/__manifest__.py

@ -22,7 +22,7 @@
{
"name": "MuK Backend Theme Mail",
"summary": "Backend Theme Mail",
"version": "12.0.2.0.0",
"version": "12.0.2.0.1",
'category': 'Extra Tools',
"license": "LGPL-3",
"author": "MuK IT",

6
muk_web_theme_mail/static/src/scss/chatter.scss

@ -1,4 +1,4 @@
/**********************************************************************************
/**********************************************************************************
*
* Copyright (c) 2017-2019 MuK IT GmbH.
*
@ -100,6 +100,10 @@
background-color: $o-view-background-color;
z-index: 1;
top: 68px;
.o_composer_mention_dropdown > .dropdown-menu.show {
top: 100%;
bottom: auto;
}
}
}
}
Loading…
Cancel
Save