gorhill 8 years ago
parent 61ae0d2bee
commit 083cf4bf46

@ -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",

@ -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