Skip to content

Commit 885a436

Browse files
committed
[frontend] fix Enable text in switches
1 parent 97b26f2 commit 885a436

File tree

1 file changed

+1
-1
lines changed
  • frontend/express/public/stylesheets

1 file changed

+1
-1
lines changed

frontend/express/public/stylesheets/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ td.details:before { border: 8px solid rgba(194, 225, 245, 0); border-top-color:
15401540
.on-off-switch-checkbox:checked + .on-off-switch-label,
15411541
.on-off-switch-checkbox:checked + .on-off-switch-label:before { }
15421542
.on-off-switch-checkbox:checked + .on-off-switch-label:before { left: 23px; box-shadow: 0 1px 1px 0 #157313; }
1543-
.on-off-switch .text { display: inline-block; opacity:1; font-size: 12px; color: #d0d0d0; vertical-align: top; margin-top: 7px; margin-left: 8px; line-height: 12px; }
1543+
.on-off-switch .text { display: inline-block; opacity:1; font-size: 12px; color: #d0d0d0; vertical-align: top; margin-top: 3px; margin-left: 8px; line-height: 12px; }
15441544
.on-off-switch input:checked + label + .text { opacity:0; }
15451545
/* End of custom on-off switch based on input checkbox */
15461546

0 commit comments

Comments
 (0)