Skip to content

Commit 3a03e48

Browse files
remove unneeded CSS class
* introduced in c5afdc1
1 parent 39f5e08 commit 3a03e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2><i class="icon-settings rfloat"></i>Settings</h2>
101101
<div class="row option">
102102
<span><b>Cloud layer</b></span>
103103
<div class="switch off" id="sw_layers_clouds">
104-
<span class="thumb hourswitch"></span>
104+
<span class="thumb"></span>
105105
<input type="checkbox" id="opt_layers_clouds">
106106
</div>
107107
</div>
@@ -115,14 +115,14 @@ <h2><i class="icon-settings rfloat"></i>Settings</h2>
115115
<div class="row option">
116116
<span><b>Horizontal speed in hours</b></span>
117117
<div class="switch off" id="sw_haxis_hours">
118-
<span class="thumb hourswitch"></span>
118+
<span class="thumb"></span>
119119
<input type="checkbox" id="opt_haxis_hours">
120120
</div>
121121
</div>
122122
<div class="row option">
123123
<span><b>Hide receivers from the map</b></span>
124124
<div class="switch off" id="sw_hide_receivers">
125-
<span class="thumb hourswitch"></span>
125+
<span class="thumb"></span>
126126
<input type="checkbox" id="opt_hide_receivers">
127127
</div>
128128
</div>

0 commit comments

Comments
 (0)