Files
webextensions-examples/stored-credentials/options/options.css
wbamberg 5dd59a4028 Example of the webRequest.onAuthRequired API (#206)
* Example of the webRequest.onAuthRequired API

* Update README, add applications.id to manifest
2017-04-14 13:34:05 -07:00

24 lines
256 B
CSS

body {
width: 25em;
font-family: "Open Sans Light", sans-serif;
font-size: 0.9em;
font-weight: 300;
}
.title {
font-size: 1.2em;
margin-bottom: 0.5em;
}
label {
float: right;
}
input {
margin: 0.5em;
width: 200px;
height: 2.5em;
}