This commit is contained in:
Laurent Destailleur 2019-03-29 12:35:33 +01:00
parent b0b69033b7
commit b3515e9994

View File

@ -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%);