From 083cf4bf4616e0ce45aebe694691d0d2ba2154e5 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 22 Nov 2017 15:35:43 -0500 Subject: [PATCH] fix CSS regression: https://github.com/gorhill/uMatrix/issues/821#issuecomment-346461071 --- platform/chromium/manifest.json | 2 +- src/css/popup.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 064ec689..31e14fc5 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 c54b1bfd..48f856cc 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;