Make wells circles and change color defaults
This commit is contained in:
parent
0c2bbbdb27
commit
817b09b602
|
@ -5,12 +5,14 @@ table, tr, td {
|
||||||
td.plate_cell {
|
td.plate_cell {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background: blue;
|
background: none;
|
||||||
|
border-radius: 50%;
|
||||||
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
td.plate_cell:hover {
|
td.plate_cell:hover {
|
||||||
background: purple;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.current_select {
|
td.current_select {
|
||||||
border: 3px solid red;
|
background: lightblue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue