Browse Source

Jul 4 : [FIX] Bug Fixed 'sale_report_generator'

pull/280/head
AjmalCybro 2 years ago
parent
commit
251c2cba00
  1. 12
      sale_report_generator/static/src/css/sale_report.css

12
sale_report_generator/static/src/css/sale_report.css

@ -42,11 +42,6 @@ tr.table_sale_head th {
font-size: 18px;
text-align: center;
}
ul.dropdown-menu.show {
height: 40px;
background-color: #eeeeee;
width: 200px;
}
ul.dropdown-menu.show li {
margin-left: 10px;
}
@ -54,3 +49,10 @@ ul.dropdown-menu.show li {
ul.dropdown-menu.show a{
color: #221c1c;
}
.table_view_sr {
overflow-y: overlay;
position: relative;
height: 800px;
max-width: 100%;
}
Loading…
Cancel
Save