Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Nov 8, 2024
1 parent a5cbdda commit 115cd96
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions no_support/wfes-editChallengeCounter.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
transform: translateX(-50%) translateY(-50%);
overflow: auto;
background-color: #fff;
padding: 20px;
max-width: 900px;
padding: 1em;
max-width: 95vw;
}
.dark .wfesEdChCo-popup {
background-color: #333;
Expand Down Expand Up @@ -117,8 +117,9 @@
background-color: #eee;
font-weight: bold;
}
.dark .wfesEdChCo-box tr#empty > th {
background-color: inherit;
.dark .wfesEdChCo-box tr#empty > th,
.dark .wfesEdChCo-box tr#empty > td {
background-color: #000;
}
.wfesEdChCo-box td#alltotal {
color: #20B8E3;
Expand Down

0 comments on commit 115cd96

Please sign in to comment.