mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Highlight https-only config in red
This commit is contained in:
parent
ef75b4eace
commit
2ede6081bf
|
@ -1,6 +1,7 @@
|
|||
import Inferno, {linkEvent} from 'inferno';
|
||||
import Component from 'inferno-component';
|
||||
import createElement from 'inferno-create-element';
|
||||
import css from 'csjs-inject';
|
||||
|
||||
import getTabPanel from './TabPanel';
|
||||
import getPacChooser from './PacChooser';
|
||||
|
@ -12,6 +13,14 @@ import getNotifications from './Notifications';
|
|||
|
||||
export default function getMain(theState) {
|
||||
|
||||
const scopedCss = css`
|
||||
|
||||
input#ifProxyHttpsUrlsOnly:checked + div {
|
||||
color: red;
|
||||
}
|
||||
|
||||
`;
|
||||
|
||||
const TabPanel = getTabPanel(theState);
|
||||
|
||||
const PacChooser = getPacChooser(theState);
|
||||
|
|
Loading…
Reference in New Issue
Block a user