1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

polishing

This commit is contained in:
gorhill 2015-03-06 10:22:30 -05:00
parent aa955ebe09
commit 3f22ad3906
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -122,6 +122,7 @@ body[dir=rtl] #externalListsDiv {
height: 10em;
white-space: pre;
width: 100%;
word-wrap: normal;
}
body #busyOverlay {
position: fixed;

View File

@ -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();