mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Simplify options styles (#226)
* Simplify options styles * Set browser_style explicitly
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "options/options.html"
|
"page": "options/options.html",
|
||||||
|
"browser_style": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"permissions": ["proxy", "storage"]
|
"permissions": ["proxy", "storage"]
|
||||||
|
|||||||
@@ -1,14 +1,4 @@
|
|||||||
body {
|
#blocked-hosts {
|
||||||
width: 25em;
|
display: block;
|
||||||
font-family: "Open Sans Light", sans-serif;
|
margin-top: 1em;
|
||||||
font-size: 0.9em;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title, #blocked-hosts {
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user