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/__manifest__.py
  2. 3
      backend_theme_infinito/static/src/css/style.css

2
backend_theme_infinito/__manifest__.py

@ -27,7 +27,7 @@
Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Main Highlight Of The Theme Is You Can Dynamically Change The Colors,
Views, Buttons, Different Types Sidebar...Etc""", Views, Buttons, Different Types Sidebar...Etc""",
"category": "Themes/Backend", "category": "Themes/Backend",
"version": "16.0.1.0.3", "version": "16.0.1.0.4",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': '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 { .infinito-btn-group-nav .btn-infinito-close:hover i.fa {
color: #cdcdcd !important; color: #cdcdcd !important;
} }
.o-dropdown--menu{
overflow: hidden;
}
Loading…
Cancel
Save