File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1414 < input id ="claim_token " type ="text " placeholder ="Claim Account " autocomplete ="off " />
1515 < textarea id ="tokens " placeholder ="Checker Accounts " autocomplete ="off "> </ textarea >
1616 < textarea id ="proxies " placeholder ="Proxies " autocomplete ="off "> </ textarea >
17+ < div class ="auth "> Use proxies for auth< input id ="auth " type ="checkbox "> </ div >
1718 </ div >
1819 < div class ="right ">
1920 < div id ="logs "> </ div >
Original file line number Diff line number Diff line change @@ -153,4 +153,24 @@ textarea,
153153input {
154154 line-height : 1 ;
155155 display : block;
156+ }
157+
158+ # auth {
159+ position : absolute;
160+ top : calc (50% + 1.5em );
161+ right : calc (50% + 1.5em );
162+ margin : 0 ;
163+ padding : 0 ;
164+ height : 1.5em ;
165+ width : 3em ;
166+ background-color : # 000 ;
167+ appearance : none;
168+ -webkit-appearance : none;
169+ }
170+
171+ # auth ::before {
172+ content : "" ;
173+ background-color : # fff ;
174+ width : 1em ;
175+ height : 1em ;
156176}
You can’t perform that action at this time.
0 commit comments