mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-22 01:02:54 +02:00
Example of the webRequest.onAuthRequired API (#206)
* Example of the webRequest.onAuthRequired API * Update README, add applications.id to manifest
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user