mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-25 17:35:42 +00:00
setting option subtitle
This commit is contained in:
parent
07062b159c
commit
c28967f5a7
@ -17,6 +17,9 @@
|
|||||||
<div class="settingsRow">
|
<div class="settingsRow">
|
||||||
<span class="settingLabel">Kill Switch</span>
|
<span class="settingLabel">Kill Switch</span>
|
||||||
<input type="checkbox" id="killswitchOption" />
|
<input type="checkbox" id="killswitchOption" />
|
||||||
|
<span class="settingSubtitle">
|
||||||
|
Only for those very paranoid about bans. Kills the game *and your internet* if something happens to the proxy
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -60,6 +60,12 @@ body {
|
|||||||
margin-right: 50%;
|
margin-right: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settingSubtitle {
|
||||||
|
color: rgb(165, 165, 165);
|
||||||
|
font-size: 0.8em;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
#ipList {
|
#ipList {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
Loading…
Reference in New Issue
Block a user