diff --git a/proxy-blocker/manifest.json b/proxy-blocker/manifest.json index f5c66ef..87bed98 100644 --- a/proxy-blocker/manifest.json +++ b/proxy-blocker/manifest.json @@ -23,7 +23,8 @@ }, "options_ui": { - "page": "options/options.html" + "page": "options/options.html", + "browser_style": true }, "permissions": ["proxy", "storage"] diff --git a/proxy-blocker/options/options.css b/proxy-blocker/options/options.css index c7f1cc5..ac9d052 100644 --- a/proxy-blocker/options/options.css +++ b/proxy-blocker/options/options.css @@ -1,14 +1,4 @@ -body { - width: 25em; - font-family: "Open Sans Light", sans-serif; - font-size: 0.9em; - font-weight: 300; -} - -.title, #blocked-hosts { - margin: 1em; -} - -.title { - font-size: 1.2em; +#blocked-hosts { + display: block; + margin-top: 1em; }