Change style for selected wells

This commit is contained in:
Emilia Allison 2023-06-08 10:42:09 -04:00
parent 87c64d488e
commit b99a8ac1e3
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 3 additions and 7 deletions

View File

@ -27,6 +27,7 @@ div.plate_cell_inner {
td.plate_cell:hover div.plate_cell_inner { td.plate_cell:hover div.plate_cell_inner {
background: black !important; background: black !important;
} }
td.plate_cell.in_transfer div.plate_cell_inner::after { td.plate_cell.in_transfer div.plate_cell_inner::after {
content: ""; content: "";
width: 100%; width: 100%;
@ -42,11 +43,6 @@ td.plate_cell.in_transfer div.plate_cell_inner::after {
); );
} }
div.source_plate td.current_select div.plate_cell_inner { td.current_select div.plate_cell_inner {
background: lightblue !important; border: 4px solid black;
} }
div.dest_plate td.current_select div.plate_cell_inner {
background: lightcoral !important;
}