Browse Source

Tableau renouveklement des stocks

feature/export_comptable
Fab 4 years ago
parent
commit
5b6a5becab
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ShopBundle/Resources/public/css/backend/custom.css
  2. +1
    -1
      ShopBundle/Resources/public/sass/backend/custom.scss

+ 1
- 1
ShopBundle/Resources/public/css/backend/custom.css View File

@@ -760,7 +760,7 @@ table.products-collection-table tr.disabled {
}

/* line 264, ../../sass/backend/custom.scss */
table.table-renewable-stock tr.product-family {
.table-striped tbody .tr-sep {
border-top: 2px solid #888;
}


+ 1
- 1
ShopBundle/Resources/public/sass/backend/custom.scss View File

@@ -261,7 +261,7 @@ table th .select2-container--default .select2-selection--single{padding:0.3rem 0
table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax{background: #eeeeee; background-clip: padding-box; text-decoration: underline;}

table.products-collection-table tr.disabled{opacity: 0.5}
table.table-renewable-stock tr.product-family{border-top: 2px solid #888; }
.table-striped tbody .tr-sep{border-top: 2px solid #888; }

/* DeliveryZone */


Loading…
Cancel
Save