Browse Source

Mar 28 : [UPDT] Style Updated 'backend_theme_infinito'

dependabot/npm_and_yarn/odoo_website_helpdesk/static/src/cdn/minimist-1.2.8
AjmalCybro 2 years ago
parent
commit
f2b58c3433
  1. 2
      backend_theme_infinito/__manifest__.py
  2. 13
      backend_theme_infinito/static/src/scss/theme_styles.scss

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.1", "version": "16.0.1.0.2",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',

13
backend_theme_infinito/static/src/scss/theme_styles.scss

@ -1003,4 +1003,17 @@ color: #fff;
} }
.o-dropdown.dropup > .o-dropdown--menu, .o-dropdown.dropdown > .o-dropdown--menu, .o-dropdown.dropleft > .o-dropdown--menu, .o-dropdown.dropright > .o-dropdown--menu { .o-dropdown.dropup > .o-dropdown--menu, .o-dropdown.dropdown > .o-dropdown--menu, .o-dropdown.dropleft > .o-dropdown--menu, .o-dropdown.dropright > .o-dropdown--menu {
left: auto !important; left: auto !important;
}
o_list_renderer .o_list_table > thead > tr > :last-child, .o_list_renderer .o_list_table > tbody > tr > :last-child, .o_list_renderer .o_list_table > tfoot > tr > :last-child {
padding-right: var(--ListRenderer-table-padding-h);
width: 32px !important;
min-width: 32px !important;
display: flex !important;
flex-wrap: wrap !important;
}
.o_optional_columns_dropdown_toggle{
color:black !important;
}
.o_list_controller .o-dropdown.dropdown > .o-dropdown--menu{
margin-left: -200px !important;
} }
Loading…
Cancel
Save