all changed for index in origami

This commit is contained in:
Yan
2017-06-07 17:13:27 +06:30
parent ed45c2dc1e
commit 114c4ee14d
11 changed files with 666 additions and 312 deletions

View File

@@ -19,13 +19,45 @@
color:white;
cursor:pointer;
}
.cashier_number:hover{
background:#A9F5F2;
}
.long{
width:100%
}
.sold {
background-color: red;
}
.selected-item {
background-color: blue;
}
/* Reciept Style */
#order-charges-table td {
border-top: none !important;
}
.charges-name {
width: 80%;
text-align: left;
}
.item-name {
width: 60%;
text-align: left;
}
.item-attr {
width: 20%;
text-align: right;
}
/* Colors */
.purple {
background-color:#7a62d3;
}