Browse Source

publish muk_web_theme - 12.0

12.0
MuK IT GmbH 5 years ago
parent
commit
bfd670fed8
  1. 2
      muk_web_theme/__manifest__.py
  2. 15
      muk_web_theme/static/src/scss/control_panel.scss
  3. 39
      muk_web_theme/static/src/scss/search_view.scss
  4. 1
      muk_web_theme/template/assets.xml

2
muk_web_theme/__manifest__.py

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

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

@ -116,19 +116,4 @@
}
}
}
}
.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;
}
}
}

39
muk_web_theme/static/src/scss/search_view.scss

@ -0,0 +1,39 @@
/**********************************************************************************
*
* Copyright (c) 2017-2019 MuK IT GmbH.
*
* This file is part of MuK Backend Theme
* (see https://mukit.at).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
**********************************************************************************/
.o_modal_header {
.o_searchview, .o_pager {
display: inline-block;
}
.o_searchview {
padding: 0;
border: none;
width: 100%;
margin-bottom: 5px;
border-bottom: 1px solid $o-brand-secondary;
button {
background-color: $white;
border-color: $border-color;
color: $gray-600;
}
}
}

1
muk_web_theme/template/assets.xml

@ -58,6 +58,7 @@
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/apps.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/appsbar.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/control_panel.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/search_view.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/list_view.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/kanban_view.scss"/>
<link rel="stylesheet" type="text/scss" href="/muk_web_theme/static/src/scss/form_view.scss"/>

Loading…
Cancel
Save