mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 07:18:34 +02:00
finishing my update of the quicknote extension, to get it to use the WebExtensions Storage API.
This commit is contained in:
@@ -4,24 +4,30 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
font-size: 10px;
|
||||
background: white;
|
||||
background: background: rgb(240,240,240);
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 300px;
|
||||
background: rgb(240,240,240);
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 auto;
|
||||
padding: 2px;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
.outer-wrapper {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
background: rgb(240,240,240);
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
|
||||
Reference in New Issue
Block a user