Skip to content

Commit

Permalink
更新一部分样式细节
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Aug 16, 2017
1 parent ab4af23 commit e571dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ input[type="checkbox"][disabled]:checked {
display: flex;
background: rgba(255, 255, 255, 0.8);
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 12px;
}

#toolbar > div{
Expand Down Expand Up @@ -257,6 +258,7 @@ input[type="checkbox"][disabled]:checked {
position: relative;
flex-shrink: 0;
-webkit-flex-shrink: 0;
box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 12px;
}
#all .otk-panel.otk-panel-fixed{
flex-grow: 0;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"options_page": "index.html",
"permissions": ["management", "topSites", "bookmarks", "unlimitedStorage", "identity", "http://*/", "https://*/","http://*/*","http://*.baidu.com/*", "chrome://favicon/", "history", "alarms", "notifications", "tabs", "storage","topSites", "activeTab", "declarativeContent", "webNavigation", "webRequest", "webRequestBlocking", "cookies"],
"version": "1.4.6",
"version": "1.4.7",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

0 comments on commit e571dd2

Please sign in to comment.