diff --git a/htdocs/takepos/css/pos.css b/htdocs/takepos/css/pos.css index 716387cab3d..7263c050455 100644 --- a/htdocs/takepos/css/pos.css +++ b/htdocs/takepos/css/pos.css @@ -128,15 +128,7 @@ table.postablelines tr td { .posinvoiceline td { height: 40px !important; } -.poscolordelete { - color: #600; -} -.poscolorgreen { - color: #060; -} -.poscolorblue { - color: #006; -} + @media only screen and (max-aspect-ratio: 6/4) { div.description{ min-height:20%; @@ -226,7 +218,7 @@ table.postablelines tr td { tr.selected, tr.selected td { /* font-weight: bold; */ - background-color: rgb(245,230,240) !important; + background-color: rgb(210,200,190) !important; } .order { color: limegreen; @@ -241,6 +233,15 @@ tr.selected, tr.selected td { .colorgreen { color: green; } +.poscolordelete { + color: #844; +} +.poscolorgreen { + color: #060; +} +.poscolorblue { + color: #006; +} .centerinmiddle { transform: translate(0,-50%);