Browse Source

Mar 20 : [UPDT] Bug Fixed 'code_backend_theme'

pull/249/merge
AjmalCybro 2 years ago
parent
commit
2b7580e4f0
  1. 2
      code_backend_theme/__manifest__.py
  2. 17
      code_backend_theme/static/src/scss/navigation_bar.scss
  3. 6
      code_backend_theme/static/src/scss/theme.scss

2
code_backend_theme/__manifest__.py

@ -25,7 +25,7 @@
"description": """Minimalist and elegant backend theme for Odoo 16, Backend Theme, Theme""",
"summary": "Code Backend Theme V16 is an attractive theme for backend",
"category": "Themes/Backend",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',

17
code_backend_theme/static/src/scss/navigation_bar.scss

@ -25,7 +25,7 @@ color: #ffffff !important;
border-radius: 0;
border: solid 1px $primary_accent !important;
color: $primary_accent !important;
}
}o_list_table
.o_list_view .o_list_table thead {
position: sticky;
top: 0;
@ -348,4 +348,19 @@ background-color: #3d9bbb;
.o_main_navbar .o_menu_sections {
flex-wrap: wrap !important;
}
.o_section_and_note_list_view{
width:98%;
}
.o_list_renderer{
margin-left: 21px;
}
.o_notebook .nav{
background: none;
}
.o-form-buttonbox{
margin-left:-15px;
margin-right:-15px;
}

6
code_backend_theme/static/src/scss/theme.scss

@ -564,6 +564,7 @@ th.o_list_record_selector {
border: 1px solid #c8c8d3;
box-shadow: none !important;
background: white;
margin: 4.8px auto;
padding: 24px;
padding-right: 16px;
@ -738,6 +739,8 @@ i.o_PartnerImStatusIcon_outerBackground.fa.fa-circle.fa-stack-1x {
.o_form_view .o_notebook {
clear: both;
margin-top: 25px;
--notebook-margin-x: -32px;
--notebook-padding-x: 23px;
}
.nav-tabs {
border-bottom: none;
@ -1642,4 +1645,5 @@ div.dropdown-menu.bootstrap-datetimepicker-widget {
}
.o_facet_values {
border: none !important;
}
}

Loading…
Cancel
Save