Feature: Added Happy Hour Discount in the bill display and changed Net amount to Gross Amount.
Changed the color of running / printed tables to a brighter colors.
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
}
|
||||
|
||||
.running {
|
||||
background-color: #f8cbad;
|
||||
background-color: #f53d24;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.printed {
|
||||
background-color: #c6e0b4;
|
||||
background-color: #00f518;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user