mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-25 09:27:43 +00:00
setting option subtitle
This commit is contained in:
parent
07062b159c
commit
c28967f5a7
@ -17,6 +17,9 @@
|
||||
<div class="settingsRow">
|
||||
<span class="settingLabel">Kill Switch</span>
|
||||
<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>
|
||||
|
@ -60,6 +60,12 @@ body {
|
||||
margin-right: 50%;
|
||||
}
|
||||
|
||||
.settingSubtitle {
|
||||
color: rgb(165, 165, 165);
|
||||
font-size: 0.8em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#ipList {
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
|
Loading…
Reference in New Issue
Block a user