mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
* Example of the webRequest.onAuthRequired API * Update README, add applications.id to manifest
24 lines
256 B
CSS
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;
|
|
}
|