Browse Source

Oct 25: [FIX] Bug Fixed 'code_backend_theme_enterprise'

pull/347/head
Cybrosys Technologies 6 months ago
parent
commit
d5fc674a09
  1. 2
      code_backend_theme_enterprise/static/description/index.html
  2. 2
      code_backend_theme_enterprise/static/src/js/chrome/sidebar.js

2
code_backend_theme_enterprise/static/description/index.html

@ -51,7 +51,7 @@
<div class="col">
<span><b>Supports: </b></span>
</div>
<div class="text-center col" style="background-color:#017E84 !important; font-size:0.8rem !important; color:#fff !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:0px !important; min-width:120px !important">
<div class="text-center col" style="background-color:#714b67 !important; font-size:0.8rem !important; color:#fff !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:0px !important; min-width:120px !important">
Enterprise
</div>
</div>

2
code_backend_theme_enterprise/static/src/js/chrome/sidebar.js

@ -1,4 +1,4 @@
odoo.define('code_backend_theme_enterprise.SideBar', [], function (require) {
odoo.define('code_backend_theme_enterprise.SideBar', [], function (require) {
"use strict";
// Sidebar toggle effect
$(document).on("click", "#closeSidebar", function(event){

Loading…
Cancel
Save