Use a background color to identify line selected
This commit is contained in:
parent
6027e018e9
commit
b0b69033b7
@ -224,8 +224,9 @@ table.postablelines tr td {
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
tr.selected, tr.selected td {
|
||||||
font-weight: bold;
|
/* font-weight: bold; */
|
||||||
|
background-color: rgb(245,230,240) !important;
|
||||||
}
|
}
|
||||||
.order {
|
.order {
|
||||||
color: limegreen;
|
color: limegreen;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user