Add faint text shadow to ratio so when selected its easier to read

This commit is contained in:
Carve 2024-10-17 15:03:52 -04:00
parent 63c5d1338f
commit ee1308269d

View File

@ -25,6 +25,12 @@
color: var(--darkmode-background) color: var(--darkmode-background)
} }
.dynamicTable tbody tr.selected .ratio,
.dynamicTable tbody tr:hover .ratio {
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#transferList tr:hover { #transferList tr:hover {
cursor: pointer; cursor: pointer;
} }