gorhill 7 years ago
parent
commit
083cf4bf46
  1. 2
      platform/chromium/manifest.json
  2. 3
      src/css/popup.css

2
platform/chromium/manifest.json

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "uMatrix", "name": "uMatrix",
"short_name": "uMatrix", "short_name": "uMatrix",
"version": "1.1.8",
"version": "1.1.10",
"description": "__MSG_extShortDesc__", "description": "__MSG_extShortDesc__",
"icons": { "icons": {
"16": "img/icon_16.png", "16": "img/icon_16.png",

3
src/css/popup.css

@ -325,6 +325,9 @@ body .toolbar .scopeRel {
body.globalScope .toolbar .scopeRel { body.globalScope .toolbar .scopeRel {
color: #000; color: #000;
} }
body.globalScope .toolbar .scopeRel.disabled {
color: #ccc;
}
.matrix { .matrix {
text-align: left; text-align: left;

Loading…
Cancel
Save