use new index page for popup

pull/749/head
lilia 11 years ago
parent 563bb341e2
commit 806693ac1c

@ -12,7 +12,7 @@
"default_icon": { "default_icon": {
"19": "icon.png" "19": "icon.png"
}, },
"default_popup": "popup.html" "default_popup": "index.html"
}, },
"background": { "background": {

@ -1,3 +1,11 @@
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
body {
min-width: 320px;
min-height: 500px;
}
.number.error { .number.error {
background-color: #ffdddd; background-color: #ffdddd;
} }

Loading…
Cancel
Save