commit
c09ceeb634
|
|
@ -42,7 +42,7 @@ class Bundle extends AbstractType
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight'];
|
||||
protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight', 'depth'];
|
||||
|
||||
/**
|
||||
* These blade files will be included in product edit page.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class Downloadable extends AbstractType
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $skipAttributes = ['length', 'width', 'height', 'weight', 'guest_checkout'];
|
||||
protected $skipAttributes = ['length', 'width', 'height', 'weight', 'depth', 'guest_checkout'];
|
||||
|
||||
/**
|
||||
* These blade files will be included in product edit page.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class Grouped extends AbstractType
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight'];
|
||||
protected $skipAttributes = ['price', 'cost', 'special_price', 'special_price_from', 'special_price_to', 'length', 'width', 'height', 'weight', 'depth'];
|
||||
|
||||
/**
|
||||
* These blade files will be included in product edit page.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ class Virtual extends AbstractType
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $skipAttributes = ['length', 'width', 'height', 'weight'];
|
||||
protected $skipAttributes = ['length', 'width', 'height', 'weight', 'depth'];
|
||||
|
||||
/**
|
||||
* These blade files will be included in product edit page.
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/ui.js": "/js/ui.js?id=a45138406e848b98ad5d",
|
||||
"/css/ui.css": "/css/ui.css?id=ca90582f920febe7c3ae"
|
||||
"/css/ui.css": "/css/ui.css?id=0c1d648e1ddc0ee2eeb9"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1206,7 +1206,7 @@ modal {
|
|||
.modal-overlay {
|
||||
display: none;
|
||||
overflow-y: auto;
|
||||
z-index: 10;
|
||||
z-index: 1001;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
|
|
@ -1228,7 +1228,7 @@ modal {
|
|||
left: 50%;
|
||||
margin-left: -300px;
|
||||
position: fixed;
|
||||
z-index: 11;
|
||||
z-index: 1002;
|
||||
@include box-shadow(
|
||||
0px 15px 25px 0px rgba(0, 0, 0, 0.03),
|
||||
0px 20px 45px 5px rgba(0, 0, 0, 0.2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue