Browse Source

Mar 27: [FIX] Bug Fixed 'backend_theme_infinito'

pull/278/merge
RisvanaCybro 1 year ago
parent
commit
08f64d7b72
  1. 2
      backend_theme_infinito/README.rst
  2. 2
      backend_theme_infinito/__manifest__.py
  3. 3
      backend_theme_infinito/static/src/css/style.css

2
backend_theme_infinito/README.rst

@ -19,7 +19,7 @@ Company
Credits
-------
* 'Cybrosys Techno Solutions <https://cybrosys.com/>'__
Author : Farseen, Musthafa , Gokul @Cybrosys
Author : Farseen, Musthafa , Gokul @Cybrosys
Contacts
--------

2
backend_theme_infinito/__manifest__.py

@ -27,7 +27,7 @@
Main Highlight Of The Theme Is You Can Dynamically Change The Colors,
Views, Buttons, Different Types Sidebar...Etc""",
"category": "Themes/Backend",
"version": "16.0.1.0.3",
"version": "16.0.1.0.4",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',

3
backend_theme_infinito/static/src/css/style.css

@ -1467,3 +1467,6 @@ label:hover div.popover.fade.in {
.infinito-btn-group-nav .btn-infinito-close:hover i.fa {
color: #cdcdcd !important;
}
.o-dropdown--menu{
overflow: hidden;
}
Loading…
Cancel
Save