css
This commit is contained in:
parent
b0b69033b7
commit
b3515e9994
@ -128,15 +128,7 @@ table.postablelines tr td {
|
|||||||
.posinvoiceline td {
|
.posinvoiceline td {
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
}
|
}
|
||||||
.poscolordelete {
|
|
||||||
color: #600;
|
|
||||||
}
|
|
||||||
.poscolorgreen {
|
|
||||||
color: #060;
|
|
||||||
}
|
|
||||||
.poscolorblue {
|
|
||||||
color: #006;
|
|
||||||
}
|
|
||||||
@media only screen and (max-aspect-ratio: 6/4) {
|
@media only screen and (max-aspect-ratio: 6/4) {
|
||||||
div.description{
|
div.description{
|
||||||
min-height:20%;
|
min-height:20%;
|
||||||
@ -226,7 +218,7 @@ table.postablelines tr td {
|
|||||||
|
|
||||||
tr.selected, tr.selected td {
|
tr.selected, tr.selected td {
|
||||||
/* font-weight: bold; */
|
/* font-weight: bold; */
|
||||||
background-color: rgb(245,230,240) !important;
|
background-color: rgb(210,200,190) !important;
|
||||||
}
|
}
|
||||||
.order {
|
.order {
|
||||||
color: limegreen;
|
color: limegreen;
|
||||||
@ -241,6 +233,15 @@ tr.selected, tr.selected td {
|
|||||||
.colorgreen {
|
.colorgreen {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
.poscolordelete {
|
||||||
|
color: #844;
|
||||||
|
}
|
||||||
|
.poscolorgreen {
|
||||||
|
color: #060;
|
||||||
|
}
|
||||||
|
.poscolorblue {
|
||||||
|
color: #006;
|
||||||
|
}
|
||||||
|
|
||||||
.centerinmiddle {
|
.centerinmiddle {
|
||||||
transform: translate(0,-50%);
|
transform: translate(0,-50%);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user