mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
CSS tweaks
This commit is contained in:
parent
68cfd8615e
commit
4b344cd7bb
@ -933,7 +933,8 @@ input[type="submit"] {
|
|||||||
|
|
||||||
.panel-inventree {
|
.panel-inventree {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
box-shadow: 1px 1px #DDD;
|
box-shadow: 2px 2px #DDD;
|
||||||
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-hidden {
|
.panel-hidden {
|
||||||
@ -1083,4 +1084,5 @@ input[type='number']{
|
|||||||
.product-card-panel{
|
.product-card-panel{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
box-shadow: 2px 2px #DDD;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user