Fix for Issue #30

This commit is contained in:
Carve 2023-09-06 19:45:48 -04:00
parent 2d79204b55
commit 7b5f174c07
2 changed files with 353 additions and 351 deletions

View File

@ -22,8 +22,8 @@
.dynamicTable tbody tr.selected,
.dynamicTable tbody tr:hover {
background-color: #747474;
color: #f7f7f7;
background-color: var(--darkmode-text-alt);
color: var(--darkmode-background);
}
#transferList tr:hover {
@ -49,8 +49,8 @@ tr.dynamicTableHeader {
.dynamicTable th {
background: var(--darkmode-background);
color: var(--darkmode-text);
border-right: 1px solid var(--darkmode-line-color);
color: var(--darkmode-text);
border-right: 1px solid var(--darkmode-line-color);
box-sizing: border-box;
padding: 4px;
white-space: nowrap;

File diff suppressed because it is too large Load Diff