diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 064ec68..31e14fc 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uMatrix", "short_name": "uMatrix", - "version": "1.1.8", + "version": "1.1.10", "description": "__MSG_extShortDesc__", "icons": { "16": "img/icon_16.png", diff --git a/src/css/popup.css b/src/css/popup.css index c54b1bf..48f856c 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -325,6 +325,9 @@ body .toolbar .scopeRel { body.globalScope .toolbar .scopeRel { color: #000; } +body.globalScope .toolbar .scopeRel.disabled { + color: #ccc; + } .matrix { text-align: left;