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;
|
||||
}
|
||||
|
||||
.selected {
|
||||
font-weight: bold;
|
||||
tr.selected, tr.selected td {
|
||||
/* font-weight: bold; */
|
||||
background-color: rgb(245,230,240) !important;
|
||||
}
|
||||
.order {
|
||||
color: limegreen;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user