use new index page for popup
This commit is contained in:
parent
563bb341e2
commit
806693ac1c
2 changed files with 9 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"default_icon": {
|
||||
"19": "icon.png"
|
||||
},
|
||||
"default_popup": "popup.html"
|
||||
"default_popup": "index.html"
|
||||
},
|
||||
|
||||
"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 {
|
||||
background-color: #ffdddd;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue