Skip to content

Commit 37671ad

Browse files
Merge pull request #118 from JumboCode/60-will
toggle circle now white when in data input mode
2 parents f475197 + 3734d9d commit 37671ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/app/components/SettingsPage.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,13 @@ h1 {
360360

361361
/* When Checkbox is Checked */
362362
input:checked + .slider {
363-
background-color: #9A525F; /* Change to desired active color */
363+
background-color: #9A525F;
364364
}
365365

366366
/* Move Toggle Circle to Right */
367367
input:checked + .slider:before {
368368
transform: translateX(18px);
369+
background-color: #ffffff;
369370
}
370371

371372
/* Fixes Toggle Switch Size */

0 commit comments

Comments
 (0)