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,
"name": "uMatrix",
"short_name": "uMatrix",
"version": "1.1.8",
"version": "1.1.10",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img/icon_16.png",

3
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;

Loading…
Cancel
Save