checkpoint ams tray selection updates

This commit is contained in:
Stewart Allen 2025-02-15 14:05:02 -05:00
commit 771ffc0b01
8 changed files with 155 additions and 57 deletions

View file

@ -186,6 +186,7 @@ th, tr, td, span, div, label, button {
}
th, tr, td, label {
white-space: nowrap;
display: flex;
}
details summary {
list-style: none;
@ -1996,7 +1997,7 @@ details[open] summary::after {
color: white;
}
.t-body {
background-color: rgba(255,255,255,0.5);
background-color: rgba(255,255,255,1);
border: 1px solid #bbb;
border-radius: 3px;
}