CSS tweaks

This commit is contained in:
Oliver 2021-10-18 12:36:42 +11:00
parent 68cfd8615e
commit 4b344cd7bb

View File

@ -933,7 +933,8 @@ input[type="submit"] {
.panel-inventree {
padding: 10px;
box-shadow: 1px 1px #DDD;
box-shadow: 2px 2px #DDD;
border-color: #ccc;
}
.panel-hidden {
@ -1083,4 +1084,5 @@ input[type='number']{
.product-card-panel{
height: 100%;
border: 1px solid #ccc;
box-shadow: 2px 2px #DDD;
}