Make wells circles and change color defaults

This commit is contained in:
Emilia Allison 2023-05-11 17:54:49 -04:00
parent 0c2bbbdb27
commit 817b09b602
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 5 additions and 3 deletions

View File

@ -5,12 +5,14 @@ table, tr, td {
td.plate_cell {
width: 30px;
height: 30px;
background: blue;
background: none;
border-radius: 50%;
border: 2px solid black;
}
td.plate_cell:hover {
background: purple;
background: black;
}
td.current_select {
border: 3px solid red;
background: lightblue;
}