Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
ead967bbdd
  1. 2
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/scss/control_panel.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.0",
"version": "12.0.1.5.1",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

3
muk_web_theme/static/src/scss/control_panel.scss

@ -97,12 +97,15 @@
.o_cp_switch_buttons.show {
.dropdown-menu {
display: flex;
min-width: 0px;
flex-direction: row;
align-content: center;
justify-content: space-around;
padding: 0;
.btn {
margin: 5px;
border: none;
font-size: 1.25rem;
}
}
}

Loading…
Cancel
Save