Skip to content

Commit f06c13a

Browse files
committed
Update test counter styles for improved visibility
- Adjusted the styles for the test counter to enhance its appearance. - Removed inline styles from the test counter span for cleaner HTML structure. - Ensured consistent font size and color for better readability.
1 parent a605ef4 commit f06c13a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/puter-js/test/run.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@
130130
padding-left: 10px;
131131
font-size: 25px;
132132
}
133+
#test-counter {
134+
font-size: 14px;
135+
color: #666;
136+
margin-right: 10px;
137+
font-size: 20px;
138+
}
133139
</style>
134140
<script>
135141
document.addEventListener("DOMContentLoaded", () => {
@@ -435,7 +441,7 @@
435441
<label style="margin-left: 8px; margin-right: 10px; cursor: pointer; display: inline-flex; align-items: center;">
436442
<input type="checkbox" id="master-checkbox" checked style="margin-right: 5px; transform: scale(1.2);">
437443
</label>
438-
<span id="test-counter" style="font-size: 14px; color: #666; margin-right: 10px;"></span>
444+
<span id="test-counter"></span>
439445
<div style="flex: 1; text-align: right;">
440446
<button id="run-tests" style="margin-right: 30px;">Run Tests</button>
441447
</div>

0 commit comments

Comments
 (0)