Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 5 years ago
parent
commit
6a7abccea4
  1. 2
      muk_web_theme/__manifest__.py
  2. 15
      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.6.9",
"version": "12.0.1.6.10",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

15
muk_web_theme/static/src/scss/control_panel.scss

@ -113,4 +113,19 @@
}
}
}
}
.o_modal_header {
.o_searchview, .o_pager {
display: inline-block;
}
.o_searchview {
padding: 0;
border: none;
button {
background-color: $white;
border-color: $border-color;
color: $gray-600;
}
}
}
Loading…
Cancel
Save