Style grenade indicators without svg
This commit is contained in:
@@ -100,18 +100,10 @@
|
||||
</ul>
|
||||
<p class="grenades">
|
||||
<span>Hand Grenades</span>
|
||||
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="0" cy="0" r="5" />
|
||||
</svg></label>
|
||||
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="0" cy="0" r="5" />
|
||||
</svg></label>
|
||||
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="0" cy="0" r="5" />
|
||||
</svg></label>
|
||||
<label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="0" cy="0" r="5" />
|
||||
</svg></label>
|
||||
<input type='checkbox' id="grenade1" checked /><label for="grenade1"></label>
|
||||
<input type='checkbox' id="grenade2" checked /><label for="grenade2"></label>
|
||||
<input type='checkbox' id="grenade3" checked /><label for="grenade3"></label>
|
||||
<input type='checkbox' id="grenade4" checked /><label for="grenade4"></label>
|
||||
</p>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user