mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Change tick color
This commit is contained in:
parent
c90a07d187
commit
e7b85f7484
|
@ -331,8 +331,13 @@ export default function getExcEditor(theState) {
|
||||||
class="icon"
|
class="icon"
|
||||||
style="position: relative; top: 0.15em;"><use xlink:href="#iconLoopRound"></use></svg> авто</label>
|
style="position: relative; top: 0.15em;"><use xlink:href="#iconLoopRound"></use></svg> авто</label>
|
||||||
</li>
|
</li>
|
||||||
<li><input id="this-yes" type="radio" name="if-proxy-this-site" checked={inputProxyingState === true} onClick={onradio}/>{' '}<label for="this-yes">✔ да</label></li>
|
<li>
|
||||||
<li><input id="this-no" type="radio" name="if-proxy-this-site" checked={inputProxyingState === false} onClick={onradio}/>{' '}<label for="this-no">✘ нет</label></li>
|
<input id="this-yes" type="radio" name="if-proxy-this-site" checked={inputProxyingState === true} onClick={onradio}/>
|
||||||
|
{' '}<label for="this-yes" style="color: black">✔ да</label>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<input id="this-no" type="radio" name="if-proxy-this-site" checked={inputProxyingState === false} onClick={onradio}/>
|
||||||
|
{' '}<label for="this-no" style="color: black">✘ нет</label></li>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user