1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

highlight global scope for consistency

This commit is contained in:
shub-nougat 2017-11-24 23:38:52 +00:00
parent 3755655239
commit 113cd638f5

View file

@ -328,6 +328,10 @@ body .toolbar #globalScope.on {
background-color: #000;
border-color: #000;
}
body .toolbar #globalScope:hover {
background-color: #999;
border-color: #999;
}
body .toolbar .scopeRel {
color: #24c;
}