mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 17:02:40 +01:00
make options separator standout a bit better
This commit is contained in:
parent
15530df0e7
commit
a470c119aa
@ -20,10 +20,9 @@
|
||||
|
||||
.cm-s-default .cm-comment { color: #777; }
|
||||
.cm-staticext { color: #008; }
|
||||
.cm-staticextAnchor { font-weight: bold; }
|
||||
.cm-staticnetBlock { color: #800; }
|
||||
.cm-staticnetAllow { color: #004f00; }
|
||||
.cm-staticnetOpt { font-weight: bold; }
|
||||
.cm-staticOpt { background-color: #ddd; font-weight: bold; }
|
||||
|
||||
.cm-search-widget {
|
||||
align-items: center;
|
||||
|
@ -33,9 +33,9 @@ CodeMirror.defineMode("ubo-static-filtering", function() {
|
||||
var lineMatches = null;
|
||||
|
||||
var lineStyles = new Map([
|
||||
[ 'staticext', [ '', 'staticextAnchor', '' ] ],
|
||||
[ 'staticnetAllow', [ '', 'staticnetOpt', '' ] ],
|
||||
[ 'staticnetBlock', [ '', 'staticnetOpt', '' ] ],
|
||||
[ 'staticext', [ '', 'staticOpt', '' ] ],
|
||||
[ 'staticnetAllow', [ '', 'staticOpt', '' ] ],
|
||||
[ 'staticnetBlock', [ '', 'staticOpt', '' ] ],
|
||||
]);
|
||||
|
||||
var styleFromStream = function(stream) {
|
||||
|
Loading…
Reference in New Issue
Block a user