mirror of https://github.com/gorhill/uBlock.git
polishing
This commit is contained in:
parent
aa955ebe09
commit
3f22ad3906
|
@ -8,7 +8,8 @@ div > p:last-child {
|
|||
box-sizing: border-box;
|
||||
font-size: small;
|
||||
height: 60vh;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
|
|
@ -122,6 +122,7 @@ body[dir=rtl] #externalListsDiv {
|
|||
height: 10em;
|
||||
white-space: pre;
|
||||
width: 100%;
|
||||
word-wrap: normal;
|
||||
}
|
||||
body #busyOverlay {
|
||||
position: fixed;
|
||||
|
|
|
@ -564,7 +564,7 @@ var onDialogClicked = function(ev) {
|
|||
var d = new Date();
|
||||
localMessager.send({
|
||||
what: 'createUserFilter',
|
||||
filters: '# ' + d.toLocaleString() + ' ' + window.location.href + '\n' + filter,
|
||||
filters: '! ' + d.toLocaleString() + ' ' + window.location.href + '\n' + filter,
|
||||
});
|
||||
removeElements(elementsFromFilter(taCandidate.value));
|
||||
stopPicker();
|
||||
|
|
Loading…
Reference in New Issue