Use a background color to identify line selected

This commit is contained in:
Laurent Destailleur 2019-03-29 12:27:54 +01:00
parent 6027e018e9
commit b0b69033b7

View File

@ -224,8 +224,9 @@ table.postablelines tr td {
padding-left: 5px;
}
.selected {
font-weight: bold;
tr.selected, tr.selected td {
/* font-weight: bold; */
background-color: rgb(245,230,240) !important;
}
.order {
color: limegreen;