From e571dd274fbce0a83d7e50a27cd9d539e1220c9d Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 16 Aug 2017 16:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7a1bae4..c06951b 100644 --- a/css/style.css +++ b/css/style.css @@ -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{ @@ -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; diff --git a/manifest.json b/manifest.json index 7d448bd..d2be0a2 100644 --- a/manifest.json +++ b/manifest.json @@ -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'" }